API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::newIterator Method
OdDbBlockTableRecord::newIterator Method
Syntax
C++
OdDbObjectIteratorPtr newIterator(bool atBeginning = true, bool skipDeleted = true, bool sorted = false) const;
Parameters 
Description 
bool atBeginning = true 
[in] True to start at the beginning, false to start at the end.  
bool skipDeleted = true 
[in] If and only if true, deleted records are skipped.  
bool sorted = false 
[in] If and only if true, the iterator will traverse the Block as sorted by this Block's SortentsTable.  

Smart pointer to an iterator object.

Returns an Iterator that can be used to traverse this Block. 

 

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