GetOptionValueDouble Method

DTL Auto

GetOptionValueDouble Method

Returns a double value from the recipe specification.

See Also | Example

Signature

RetVal = object.GetOptionValueDouble(GroupName, OptionName)

object

AecDtlRecipe The object this method applies to.

GroupName

String; input-only
The name of the XML option group element.

OptionName

String; input-only
The name of the XML element option element.

RetVal

Boolean
The value of the XML element.

Remarks

In the following example, the GroupName is "AecDtlJigStamp" and the OptionName is "AllowScaling".

  <Options>
    <AecDtlJigStamp>
      <AllowScaling>true</AllowScaling>
    </AecDtlJigStamp>
  </Options>