IBcadTransaction Class
Overview
The IBcadTransaction defines a transaction that groups changes to the document into one atomic undo unit.
A transaction is started by IBcadTransactionManager.StartTransaction.
If the transaction is released without calling Commit, all changes made in the transaction are rolled back (abort by default).
Inheritance Hierarchy
Namespace: Beaver
Properties
Methods
| Name |
Description |
Commit |
Commits the changes made in the transaction. |
Abort |
Aborts the transaction and rolls back all changes. |