AddInputPortToOperatorWizard
 
 
 

AddInputPortToOperatorWizard

Introduced

v7.5

Description

Adds an entry to the port table of a custom operator wizard. The port table is used by the wizard for storing the port information required to generate a CustomOperator plug-in.

Scripting Syntax

AddInputPortToOperatorWizard( Wizard, InputObjFullName );

Parameters

Parameter Type Description
Wizard CustomProperty or its name as a String The wizard object.
InputObjFullName String The full name of the object to connect as input. See the Operator Wizard help for details on the type of objects you can connect.

Examples

JScript Example

/*
        See the example on the CreateOperatorWizard page.
*/

See Also

AddParamToOperatorWizard CreateOperatorWizard CustomOperator