Eplan Platform API
Eplan.EplApi.Base Namespace / UnitParser Class / GetBaseValue Method

In This Topic
    GetBaseValue Method (UnitParser)
    In This Topic
    Get the value of the parsed result in the base unit of this unit group.
    Syntax
    public double GetBaseValue()
    public:
    double GetBaseValue(); 

    Return Value

    Returns the number
    Exceptions
    ExceptionDescription
    The function Set was not called and no parameters are available.
    See Also