In This Topic
Deletes last revision. Used for change tracking.
Syntax
public void RemoveRevision(
Project
)
public:
void RemoveRevision(
Project^
)
Parameters
- oProject
- A project to take the action on. Project cannot be read-only. There must be at least 2 revisions in the project.
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