API Help
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).
    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
    When a revision for a project section is active, only the pages and installationspaces of this project section are included. This pages and installationspaces are writable afterwards.
    See Also