RemoveRevisionData(Project) Method
In This Topic
Removes revision data.
Syntax
public void RemoveRevisionData(
Project
)
public:
void RemoveRevisionData(
Project^
)
Parameters
- oProject
- A project to take the action on. Project cannot be readonly.
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