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

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

    Parameters

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