API Help
Eplan.EplApi.DataModel Namespace / Page Class / WriteProtected Property

WriteProtected Property (Page)
Check if object is currently write protected or sets Manual write protection
Syntax
public virtual bool WriteProtected {get; set;}

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