public void Revise()
public void Revise()
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ObjectInvalidException | The object is in invalid state. Obtain a new one. |
EPLAN.Harness.API.Exceptions.InternalErrorException | Internal error of HpD or HpD API. IMPORTANT: Throwing this exception changes HpD Api's state to Failed. |
EPLAN.Harness.API.Exceptions.OperationFailedException | The operation was not successful. |
EPLAN.Harness.API.Exceptions.CanNotReviseRevisionedDocumentException | You tried to revise a revised document. HpD does not support nested revisions. |
Nested revisions are not allowed. Only documents that are not revisions can be revisioned. That means that IsRevision must be false.