API Help
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / Category Property

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

    Property Value

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