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

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

    Property Value

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