API Reference > OdDb Classes > OdDbIdBufferIterator Class > OdDbIdBufferIterator Methods > OdDbIdBufferIterator::seek Method
OdDbIdBufferIterator::seek Method
Syntax
C++
virtual bool seek(OdDbObjectId id) = 0;

If the specified Object ID is present in the associated container, makes this object the current object referenced by this iterator. If the specified Object ID is not found, the current object referenced by this iterator will be invalid, and done() returns true.

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