API Help
Eplan.EplApi.Base Namespace / ParserParameter Class / HideValue Property

In This Topic
    HideValue Property
    In This Topic
    Hide the value of the parsed result, all other texts (units and additional texts) will remain.
    Syntax
    public bool HideValue {get; set;}
    public:
    property bool HideValue {
       bool get();
       void set (    bool value);
    }
    See Also