GetDataValueDoubleUnitDep Method

DTL Auto

GetDataValueDoubleUnitDep Method

Returns a unit dependent double value from the recipe specification.

See Also | Example

Signature

RetVal = object.GetDataValueDoubleUnitDep(ItemName, ParameterName)

object

AecDtlRecipe The object this method applies to.

ItemName

String; input-only
The name of the XML data item tag.

ParameterName

String; input-only
The name of the XML parameter item tag (can be empty).

RetVal

Boolean
The value of the XML element.

Remarks

In the following example, the ItemName is "boundary" and the ParameterName is "Chamfer".

  <Data>
    <Item idStr="boundary">
      <Params>
        <Chamfer>0.5</Chamfer>
      </Params>
    </Item>
  </Data>