Class Hierarchy
AcRxObject AcDbLongTransWorkSetIterator
C++
class AcDbLongTransWorkSetIterator : public AcRxObject;
File
dbltrans.h
Description
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.
Links
AcDbLongTransWorkSetIterator Methods
See Also
AcDbLongTransaction, AcApLongTransactionReactor, AcApLongTransactionManager