For plug-in objects, this procedure sets whether or not the specified parameter is enabled on the Object Info Palette. This routine is used inside plug-in object regeneration scripts to set their parameter enable state. This state is an object instance property.
PROCEDURE EnableParameter(
inPlugin : HANDLE;
inParameterName : STRING;
inSetEnabled : BOOLEAN);def vs.EnableParameter(inPlugin, inParameterName, inSetEnabled):
return None| Name | Type | Description |
|---|---|---|
| inPlugin | HANDLE | Handle to the currently executing plug-in object. |
| inParameterName | STRING | Name of parameter, as it appears in the plug-in editor's parameter list. |
| inSetEnabled | BOOLEAN | Enabling flag. |
Availability: from VectorWorks10.0