Database whose objects are opened and recorded
ReadonlyrecorderStructured changes recorded during this transaction for commit/undo integration
Records an object opening.
When the object is opened for write, a pre-modification snapshot is stored for abort rollback and a modify entry is added to recorder.
Object identifier
Open mode
Whether erased objects are allowed
The opened object, or the cached instance if already opened in this transaction
ProtectedlookupResolves an object ID through the owning database.
Identifier of the object to open
Reserved for erased-object support
The matching live object
Database-bound transaction with object lookup through AcDbDatabase.
Created by AcDbDatabaseTransactionManager.startTransaction and returned from AcDbDatabaseTransactionManager.runUndoable.