Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbLongTransaction
C++
class AcDbLongTransaction : public AcDbObject;
File
dbltrans.h
Description
This is the class that contains the information needed to track a long transaction. The AcLongTransactionManager class takes the responsibility for creating and appending AcDbLongTransaction objects to the database. It then returns the AcDbObjectId of the object. Destruction of this object is handled by the database (like other database resident objects).
Notes
AcDbLongTransactions are added to a database while they are active, but are erased once the transaction has completed, and are not stored in DWG or ObjectDXF files. They are not persistent.
Links
See Also
AcDbLongTransWorkSetIterator, AcApLongTransactionReactor, AcApLongTransactionManager