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