Loading...
 

CX_VALUE::GetUnitParameter

CX_VALUE::GetUnitParameter

Description:

This function returns the unit for a number.

Code example:

Var(value)
123.456mm -> value
value Call(GetUnitParameter)    // Ergebnis: CX_UNIT_PARAMETER mm

Stack
Stack Position Object type Brief description
Stack(IN) Top CX_VALUE Value
Stack(OUT) Top CX_UNIT_PARAMETER Return value
Function call: Call(GetUnitParameter)