Share

AcDbLayerTableIterator

Class Hierarchy

AcDbSymbolTableIterator
    AcDbLayerTableIterator

C++

class AcDbLayerTableIterator : public AcDbSymbolTableIterator;

File

dbsymtb.h

Description

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

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

Links

AcDbLayerTableIterator Methods

See Also

AcDbLayerTable

Was this information helpful?