CompleteProject(Project) Method
In This Topic
Completes current revision of a project. Used for change tracking.
Syntax
public void CompleteProject(
Project
)
public:
void CompleteProject(
Project^
)
Parameters
- oProjectToComplete
- A project to complete.
Exceptions
| Exception | Description |
| ArgumentException | Thrown in case of invalid parameters. |
| ApplicationException | Internal interface necessary for the revision management could not be created. |
| Eplan.EplApi.Base.BaseException | An error occurred during the action. |
See Also