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

In This Topic
    Category Property (Shield)
    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.
    Remarks
    Method was created to disable setting wrong category (only 'Shielding' is allowed)
    See Also