AddParamToPropertyWizard
 
 
 

AddParamToPropertyWizard

Introduced

v7.5

Description

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

Scripting Syntax

AddParamToPropertyWizard( Wizard );

Parameters

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

Examples

JScript Example

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

See Also

CreatePropertyWizard CustomProperty Custom Properties topic