Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPoint Class / PauseWriteProtection Method

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

Parameters

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