AddParamToOperatorWizard
 
 
 

AddParamToOperatorWizard

Introduced

v7.5

Description

Adds an entry to the parameter table of a custom operator wizard. The parameter table is used by the wizard to store the operator parameters information required to generate a CustomOperator plug-in. The new entry is defined based on the parameters currently set on the wizard, such as "ParamType" and "ParamName" (for other available parameters, see the Operator Wizard help).

Scripting Syntax

AddParamToOperatorWizard( Wizard );

Parameters

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

Examples

JScript Example

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

See Also

CreateOperatorWizard CustomOperator Custom Operators topic