v7.5
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).
AddParamToOperatorWizard( Wizard ); |
| Parameter | Type | Description |
|---|---|---|
| Wizard | CustomProperty or its name as a String | The wizard object. |
/*
See the example on the CreateOperatorWizard page.
*/
|