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

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

    Parameters

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