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

In This Topic
    Category Property (Cable)
    In This Topic
    Returns the Eplan.EplApi.DataModel.Function.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 Eplan.EplApi.DataModel.Function.Category
    Exceptions
    ExceptionDescription
    The Category cannot be retrieved or set.
    See Also