API Reference > OdDb Classes > OdDbDictionaryIterator Class > OdDbDictionaryIterator Methods > OdDbDictionaryIterator::setPosition Method
OdDbDictionaryIterator::setPosition Method
Syntax
C++
virtual bool setPosition(OdDbObjectId objectId) = 0;
Parameters 
Description 
OdDbObjectId objectId 
[in] Object ID of item to which the current position will be set. 

Returns true if and only if the current position was set to the specified item.

Sets the current position of this Iterator to the dictionary entry containing the specified ObjectId. 

 

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