API Reference > OdDb Classes > OdDbObjectIterator Class > OdDbObjectIterator Methods > OdDbObjectIterator::step Method
OdDbObjectIterator::step Method
Syntax
C++
virtual void step(bool forward = true, bool skipErased = true) = 0;
Parameters 
Description 
bool forward = true 
[in] True to step forward, false to step backward.  
bool skipErased = true 
[in] If and only if true, erased records are skipped. 

Steps this Iterator object. 

 

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