CompareProjects(Project,Project,Boolean,String,Boolean) Method
In This Topic
Compares all possible properties of a project to a comparison project. Used for property comparison.
Syntax
Parameters
- oProject
- Project to compare.
- oRevision
- Comparison project to compare to.
- bRemoveOldMarkers
- If set to true, old revision markers will be deleted before comparing.
- strRevisionMarker
- Text for the revision markers.
- bAppendResult
- If set to true, already existing comparison results in project are not deleted.
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 when comparing projects. |
See Also