CreateComparisonProject Method
In This Topic
Creates a comparison project for the specified project. Used for property comparison.
Syntax
Parameters
- oProject
- The project which will be copied as comparison project.
- strRevisionName
- Revision name. Full link file name of the copied project.
- strComment
- Comment on the created comparison project.
- bTemporary
- If set to true, the comparison project is marked as temporary (not read-only).
Exceptions
| Exception | Description |
| ArgumentException | Thrown in case of invalid parameters. |
| ApplicationException | Internal interface necessary for the revision management could not be created
or an error occurred when creating the comparison project. |
| Eplan.EplApi.Base.BaseException | An error occurred when creating the comparison project. |
See Also