Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / CompleteProject Method / CompleteProject(Project) Method
A project to complete.

In This Topic
    CompleteProject(Project) Method
    In This Topic
    Completes current revision of a project. Used for change tracking.
    Syntax
    public void CompleteProject( 
       Project oProjectToComplete
    )
    public:
    void CompleteProject( 
       Project^ oProjectToComplete
    ) 

    Parameters

    oProjectToComplete
    A project to complete.
    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 protected. The project itself stays writable. Otherwise the project is converted to a read-only revision project.
    See Also