API Help
Eplan.EplApi.DataModel Namespace / FunctionsFilter Class / Category Property

In This Topic
    Category Property (FunctionsFilter)
    In This Topic
    Gets/Sets the Category that was set to this filter.
    Syntax
    public Function.Enums.Category Category {get; set;}
    public:
    property Function.Enums.Category Category {
       Function.Enums.Category get();
       void set (    Function.Enums.Category value);
    }

    Property Value

    Category that was set on this filter.
    See Also