API Help
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.
    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
    When a revision for a projectsection is active, only the pages and installationspaces of this project section are protected. The project itself stays writable. Otherwise the project is converted to a readonly revision project.
    See Also