v7.5
Adds an entry to the parameter table of a custom property wizard. The parameter table is used by the wizard to store the property parameters information required to generate a CustomProperty 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 Property Wizard help).
AddParamToPropertyWizard( Wizard ); |
| Parameter | Type | Description |
|---|---|---|
| Wizard | CustomProperty or its name as a String | The wizard object. |
/*
See the example on the CreatePropertyWizard page.
*/
|