Share

AcDbUCSTableIterator

Class Hierarchy

AcDbSymbolTableIterator
    AcDbUCSTableIterator

C++

class AcDbUCSTableIterator : public AcDbSymbolTableIterator;

File

dbsymtb.h

Description

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

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

Links

AcDbUCSTableIterator Methods

See Also

AcDbUCSTableRecord, AcDbUCSTable

Was this information helpful?