Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / ParserParameter Property

In This Topic
    ParserParameter Property
    In This Topic
    Set / Get Parameters of the text
    Syntax
    public ProjectParserParameter ParserParameter {get; set;}
    public:
    property ProjectParserParameter^ ParserParameter {
       ProjectParserParameter^ get();
       void set (    ProjectParserParameter^ value);
    }
    See Also