API Reference > OdDb Classes > OdDbTableIterator Class > OdDbTableIterator Methods > OdDbTableIterator::seek Method
OdDbTableIterator::seek Method
Syntax
C++
bool seek(const OdDbCell& cell);
Parameters 
Description 
const OdDbCell& cell 
[in] The cell to set the Iterator object at.  

True if the specified cell is found within the iterating range, false otherwise. remarks If the specified cell is not found within the iterating range, the Iterator object remains unchanged.

Positions this Iterator object at the specified cell.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.