Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / WriteProtected Property

In This Topic
    WriteProtected Property (Connection)
    In This Topic
    Check if object is currently write protected or sets Manual write protection
    Syntax
    public virtual bool WriteProtected {get; set;}
    public:
    virtual property bool WriteProtected {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : if object is currently write-protected

    false : if no write protection was set or if write protection was disabled

    Exceptions
    ExceptionDescription
    Thrown if because of current write protection state, no further modifications are allowed.
    See Also