API Help
Eplan.EplApi.DataModel Namespace / IWriteProtection Interface / PauseWriteProtection Method

PauseWriteProtection Method (IWriteProtection)
Temporarily disables write protection. Note that current write protection flags are not cleared.
Syntax
void PauseWriteProtection( 
   bool bPause
)

Parameters

bPause
Exceptions
ExceptionDescription
Thrown if an object has no write protection.
See Also