Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / FunctionCategory Property

In This Topic
    FunctionCategory Property (TerminalStrip)
    In This Topic
    Returns the category of a Function.
    Syntax
    public override FunctionCategory FunctionCategory {set;}
    public:
    property FunctionCategory FunctionCategory {
       void set (    FunctionCategory value) override;
    }

    Property Value

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