Class Hierarchy
AcDbSymbolTableIterator AcDbBlockTableIterator
C++
class AcDbBlockTableIterator : public AcDbSymbolTableIterator;
File
dbsymtb.h
Description
This class is for iterating over the records in an AcDbBlockTable.
The only substantial difference from the base class AcDbSymbolTableIterator is the use of signatures specific to AcDbBlockTableRecord for the member functions getRecord() and seek().
Links
AcDbBlockTableIterator Methods
See Also
AcDbBlockTable