RemoveRevisionMarkers(Project) Method
In This Topic
Removes revision markers from a project. Used for change tracking.
Syntax
public void RemoveRevisionMarkers(
Project
)
public:
void RemoveRevisionMarkers(
Project^
)
Parameters
- oProject
- The project in which the markers will be removed.
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 removing revision markers. |
See Also