v7.5
Adds an entry to the output port table of a custom ICENode wizard. The port table is used by the wizard to store the node output 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 "OutPortName" and "OutPortDataType" (for other available port parameters, see the ICENode Wizard help).
AddOutputPortToICENodeWizard( Wizard ); |
Parameter | Type | Description |
---|---|---|
Wizard | CustomProperty or its name as a String | The wizard object. |
/* See the example on the CreateICENodeWizard page. */ |