Eplan Platform API
Eplan.EplApi.Base Namespace / UnitParser Class / Set Method / Set(Double,String,ParserParameter) Method
the number
the unit as string
the parameters with the unit of this string. Afterwards the unit group is defined for the unit parser.

Set(Double,String,ParserParameter) Method
The start of any parse. Set the number and the unit to parse and fill the unit of this text in the parser parameters.
Syntax

Parameters

dValue
the number
strUnitName
the unit as string
parameter
the parameters with the unit of this string. Afterwards the unit group is defined for the unit parser.
Exceptions
ExceptionDescription
The value of the parameter object is NULL.
See Also