Eplan Platform API
Eplan.EplApi.DataModel Namespace / Option Class / Active Property

In This Topic
    Active Property (Option)
    In This Topic
    State of the Option.
    Syntax
    public bool Active {get; set;}
    public:
    property bool Active {
       bool get();
       void set (    bool value);
    }

    Property Value

    State of the option object. (true if active, false if not active)
    Remarks
    \Note that objects that are included in OptionFragment(s) of this Option become invalid after setting this property to false. After changing the state of an Option, please update the connections, using the Eplan.EplApi.HEServices.Generate.Connections()" /> method. The connections probably will be changed after toggling activation
    See Also