Share

AcDbRegAppTableIterator

Class Hierarchy

AcDbSymbolTableIterator
    AcDbRegAppTableIterator

C++

class AcDbRegAppTableIterator : public AcDbSymbolTableIterator;

File

dbsymtb.h

Description

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

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

Links

AcDbRegAppTableIterator Methods

See Also

AcDbRegAppTable

Was this information helpful?