CompleteInstallationSpaces Method
In This Topic
Completes modification of installation spaces in the current revision of a project. Used for change tracking.
Syntax
Parameters
- spacesToComplete
- An array of installation spaces to complete.
- strIndex
- Name of the new revision.
- strRevDescription
- Description of the new revision.
- strReasonOfChange
- Additional description of the new revision.
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