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

WriteProtected Property (IWriteProtection)
Checks if an object is currently write protected or sets manual write protection
Syntax
bool WriteProtected {get; set;}

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