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

In This Topic
    Category Property (Placements3DFilter)
    In This Topic
    Gets/Sets the Function.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

    Function.Category that was set on this filter.
    See Also