C++
AcDbTableIterator* getIterator( const AcCellRange* pRange, AcDb::TableIteratorOption nOption ) const;
Description
Gets the iterator for iterating the table.
Returns the iterator. The returned pointer should be deleted after using it.
Parameters
Parameters | Description |
---|---|
pRange | Input range to iterate. This can be NULL to iterate the whole table. |
nOption | Input iterator option |