AddRevisionMarkersForDeletedInRevisionProject Method
In This Topic
Adds the revision markers of all deleted objects in the comparison project. Note: The comparison project has to be writable. Used for change tracking.
Syntax
Parameters
- oComparisonProject
- The comparison project to which the markers for deleted objects will be added.
- oProject
- The project containing the comparison results.
- strRevisionMarker
- Text for the marker.
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 adding revision markers. |
See Also