Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveWriteProtection Method
A project to take the action on.

In This Topic
    RemoveWriteProtection Method
    In This Topic
    Removes write protection on a project (i.e. opens the current revision for changes). Used for change tracking.
    Syntax
    public void RemoveWriteProtection( 
       Project oProject
    )
    public:
    void RemoveWriteProtection( 
       Project^ oProject
    ) 

    Parameters

    oProject
    A project to take the action on.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking. When a revision for a project section is active, only the pages and installation spaces of this project section are included. This pages and installation spaces are writable afterwards.
    See Also