v7.5
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.
AddInputPortToOperatorWizard( Wizard, InputObjFullName ); |
| 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. |
/*
See the example on the CreateOperatorWizard page.
*/
|