Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionDefinition Class / MainGroup Property

In This Topic
    MainGroup Property
    In This Topic
    Name of FunctionDefinition's main group. It is 'Trade' level in function definitions tree.
    Syntax
    public MultiLangString MainGroup {get;}
    public:
    property MultiLangString^ MainGroup {
       MultiLangString^ get();
    }

    Property Value

    Name of the main group as Eplan.EplApi.Base.MultiLangString.
    See Also