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

In This Topic
    GroupName Property
    In This Topic
    Name of the FunctionDefinition's Group.
    Syntax
    public MultiLangString GroupName {get;}
    public:
    property MultiLangString^ GroupName {
       MultiLangString^ get();
    }

    Property Value

    Name of the Group as Eplan.EplApi.Base.MultiLangString.
    See Also