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

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

    Property Value

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