ManufacturingParameter (Object)

This interface is used to handle with Enumeration Parameters for Manufacturing

Methods


Sub GetBoolValue( iName, oValue)
Get boolean value of parameter
Parameters:
iName
The name of the parameter
oValue
The boolean value
Sub GetDoubleValue( iName, oValue, iUnit)
Get double value of parameter
Parameters:
iName
The name of the parameter
oValue
The double value
iUnit
The unit value (default: 0)
Sub GetLongValue( iName, oValue)
Get integer value of parameter
Parameters:
iName
The name of the parameter
oValue
The double value
Sub GetStringValue( iName, oValue)
Get string value of parameter
Parameters:
iName
The name of the parameter
oValue
The string value
Sub GetValue( iName, oValue)
Get CATICkeParm value of parameter
Parameters:
iName
The name of the parameter
oValue
The CATICkeParm value