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

In This Topic
    OnlyFirstValue Property
    In This Topic
    Display only the first Value.
    Syntax
    public bool OnlyFirstValue {get; set;}
    public:
    property bool OnlyFirstValue {
       bool get();
       void set (    bool value);
    }
    See Also