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

In This Topic
    CategoryRegion Property
    In This Topic
    Name of FunctionDefinition's region category. It is 'Area' level in function definitions tree.
    Syntax
    public MultiLangString CategoryRegion {get;}
    public:
    property MultiLangString^ CategoryRegion {
       MultiLangString^ get();
    }

    Property Value

    Name of the region category as Eplan.EplApi.Base.MultiLangString.
    See Also