Share

AcDbDimStyleTableIterator

Class Hierarchy

AcDbSymbolTableIterator
    AcDbDimStyleTableIterator

C++

class AcDbDimStyleTableIterator : public AcDbSymbolTableIterator;

File

dbsymtb.h

Description

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

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

Links

AcDbDimStyleTableIterator Methods

See Also

AcDbDimStyleTable

Was this information helpful?