GetPropertyValueStr Method
Returns a string value from the palette given a property name.
See Also | Example
Signature
RetVal = object.GetPropertyValueStr(PropertyName)
object
AecDtlPalette The object this method applies to.
PropertyName
String; input-only
The name of the property on the palette.
RetVal
String
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>