API Help
Eplan.EplApi.HEServices Namespace / Revision Class / CompleteProject Method / CompleteProject(Project,String,String,String,Boolean) Method
A project to complete.
New revision's name.
New revision's description.
Additional revision's description.
do the evaluation before completing

CompleteProject(Project,String,String,String,Boolean) Method
Completes current revision of a project and can evaluate the project.
Syntax

Parameters

oProjectToComplete
A project to complete.
strIndex
New revision's name.
strRevDescription
New revision's description.
strReasonOfChange
Additional revision's description.
bEvaluate
do the evaluation 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
All pages not completed so far are completed now. When a revision for a project section 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