Eplan Platform API
Eplan.EplApi.Base Namespace / ParserParameter Class / HideUnit Property

In This Topic
    HideUnit Property
    In This Topic
    Hide the unit of the parsed result.
    Syntax
    public bool HideUnit {get; set;}
    public:
    property bool HideUnit {
       bool get();
       void set (    bool value);
    }
    See Also