v7.5
Adds an entry to the input port table of a custom ICENode wizard. The port table is used by the wizard to store the node input ports information required to generate a custom ICENode plug-in. The new entry is defined based on the port parameters currently set on the wizard, such as "InPortName" and "InPortDataType" (for other available port parameters, see the ICENode Wizard help).
AddInputPortToICENodeWizard( Wizard ); |
Parameter | Type | Description |
---|---|---|
Wizard | CustomProperty or its name as a String | The wizard object. |
/* See the example on the CreateICENodeWizard page. */ |