GetPropertyValueBool Method
Returns a boolean value from the palette given a property name.
See Also | Example
Signature
RetVal = object.GetPropertyValueBool(PropertyName)
object
AecDtlPalette The object this method applies to.
PropertyName
String; input-only
The name of the property on the palette.
RetVal
Boolean
The value of the property.
Remarks
In the following example, the PropertyName is "hatch".
<Controls>
<CheckBox idStr="hatch">
<Label>Hatch item</Label>
<Default>0</Default>
</CheckBox>
</Controls>