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

In This Topic
    Category Property (Function)
    In This Topic
    Returns the Category of the Function.
    Syntax
    public virtual Function.Enums.Category Category {get; set;}
    public:
    virtual property Function.Enums.Category Category {
       Function.Enums.Category get();
       void set (    Function.Enums.Category value);
    }

    Property Value

    Function's Category
    Exceptions
    ExceptionDescription
    The Category cannot be retrieved or set.
    See Also