Class Hierarchy
AcDbSymbolTableIterator AcDbAbstractViewTableIterator AcDbViewportTableIterator AcDbViewTableIterator
C++
class AcDbAbstractViewTableIterator : public AcDbSymbolTableIterator;
File
dbsymtb.h
Description
This class is for iterating through the records in an AcDbAbstractViewTable.
The only substantial difference from the base class AcDbSymbolTableIterator is the use of AcDbAbstractViewTableRecord-specific signatures for the member functions getRecord() and seek().
Links
AcDbAbstractViewTableIterator Methods
See Also
AcDbAbstractViewTable