This .NET class wraps the AcDbTransactionManager ObjectARX class.
There is a single object of class TransactionManager created by the ObjectARX system when AutoCAD first starts up. This TransactionManager object is globally available to all ObjectARX applications.
The system TransactionManager object is used to start, end, or terminate transactions. In addition, it provides functionality to manage transactions and the objects within them.
For more information on the transaction mechanism, see the transaction section in the ObjectARX Developer's Guide.
Autodesk.AutoCAD.DatabaseServices.TransactionManager
Public Class TransactionManager Inherits RXObject
public class TransactionManager : RXObject;
Comments? |