Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class / FunctionCategory Property

In This Topic
    FunctionCategory Property (FunctionsFilter)
    In This Topic
    Gets/Sets the filter's category
    Syntax
    public FunctionCategory FunctionCategory {get; set;}
    public:
    property FunctionCategory FunctionCategory {
       FunctionCategory get();
       void set (    FunctionCategory value);
    }
    See Also