GetPropertyValueDoubleUnitDep Method

DTL Auto

GetPropertyValueDoubleUnitDep Method

Returns a unit dependent double value from the palette given a property name.

See Also | Example

Signature

RetVal = object.GetPropertyValueDoubleUnitDep(PropertyName)

object

AecDtlPalette The object this method applies to.

PropertyName

String; input-only
The name of the property on the palette.

RetVal

Double
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>