Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / CompleteProject Method / CompleteProject(Project,String,String,String,Boolean) Method
A project to complete.
Name of the new revision.
Description of the new revision.
Additional description of the new revision.
If set to true, the evaluation is done before completing.

In This Topic
    CompleteProject(Project,String,String,String,Boolean) Method
    In This Topic
    Completes current revision of a project and can evaluate the project. Used for change tracking.
    Syntax

    Parameters

    oProjectToComplete
    A project to complete.
    strIndex
    Name of the new revision.
    strRevDescription
    Description of the new revision.
    strReasonOfChange
    Additional description of the new revision.
    bEvaluate
    If set to true, the evaluation is done before completing.
    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. All pages not completed so far are completed now. 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