Share

AcDbTextStyleTableIterator

Class Hierarchy

AcDbSymbolTableIterator
    AcDbTextStyleTableIterator

C++

class AcDbTextStyleTableIterator : public AcDbSymbolTableIterator;

File

dbsymtb.h

Description

This class is for iterating over the records in an AcDbTextStyleTable.

The only substantial difference from the base class AcDbSymbolTableIterator is the use of AcDbTextStyleTableRecord-specific signatures for the member functions getRecord() and seek().

Links

AcDbTextStyleTableIterator Methods

See Also

AcDbTextStyleTableRecord, AcDbTextStyleTable

Was this information helpful?