Eplan Platform API
Eplan.EplApi.DataModel Namespace / IWriteProtection Interface / WriteProtected Property

In This Topic
    WriteProtected Property (IWriteProtection)
    In This Topic
    Checks if an object is currently write protected or sets manual write protection
    Syntax
    bool WriteProtected {get; set;}
    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 when write protection was disabled

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