GetOptionValueDoubleUnitDep Method
Returns a unit dependent double value from the recipe specification.
See Also | Example
Signature
RetVal = object.GetOptionValueDoubleUnitDep(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>