AddInputPortToICENodeWizard

Introduced

v7.5

Description

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

Scripting Syntax

AddInputPortToICENodeWizard( 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

AddOutputPortToICENodeWizard CreateICENodeWizard ICENode Custom ICE Nodes topic