AcRxObject AcDbLongTransWorkSetIterator
class AcDbLongTransWorkSetIterator : public AcRxObject;
dbltrans.h
Provides read-only access to the objects in the work set. During the construction of an AcDbLongTransWorkSetIterator object (by AcDbLongTransaction::newWorkSetIterator), it can be set to include only the active work set, or to also include objects which were added to the work set because they are referenced by objects in the work set (secondary objects), and/or objects which have been removed from the work set, either by AcDbLongTransaction::removeFromWorkSet(), or by being erased.
AcDbLongTransWorkSetIterator Methods
AcDbLongTransaction, AcApLongTransactionReactor, AcApLongTransactionManager