GenerateICENodePlugin
 
 
 

GenerateICENodePlugin

Introduced

v7.5

Description

Generates the code as defined by the specified custom ICENode wizard and writes the plug-in file to disk. The plug-in destination folder is specified by the wizard's "DestDir" parameter.

Scripting Syntax

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

CreateICENodeWizard ICENode Custom ICENodes topic