AddOutputPortToICENodeWizard
 
 
 

AddOutputPortToICENodeWizard

Introduced

v7.5

Description

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).

Scripting Syntax

AddOutputPortToICENodeWizard( Wizard );

Parameters

Parameter Type Description
Wizard CustomProperty or its name as a String The wizard object.

Examples

JScript Example

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

See Also

AddInputPortToICENodeWizard CreateICENodeWizard ICENode Custom ICE Nodes topic