Class Hierarchy
AcHeapOperators AcRxObject AcDbObjectIterator
C++
class AcDbObjectIterator : public AcRxObject, public AcHeapOperators;
File
dbmain.h
Description
Objects of this class are used for iterating through the objects contained in the complex objects AcDbBlockReference, AcDb2dPolyline, AcDb3dPolyline, AcDbPolyFaceMesh or AcDbPolygonMesh. In all but the AcDbBlockReference case, the objects being iterated over are vertices.
The class constructor is private so instances of this class cannot be instantiated directly. To create an object of this class, you must use the iterator creation functions provided within the classes the iterator can iterate through.
Links
See Also
AcDbBlockReference, AcDb2dPolyline, AcDb3dPolyline, AcDbPolyFaceMesh, AcDbPolygonMesh