Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionPropertyList Class / OPTION_ISACTIVE Property / OPTION_ISACTIVE Property

In This Topic
    OPTION_ISACTIVE Property
    In This Topic
    Project option active # 23103.
    Syntax
    public PropertyValue OPTION_ISACTIVE {get; set;}
    public:
    property PropertyValue^ OPTION_ISACTIVE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Specifies whether the project option is switched on or off.

    See Also