Close
Relief for ODA Team in Ukraine
Learn more
ODA Drawings SDK
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
;
Description
Returns an Iterator that can be used to traverse this Block.
Parameters
Parameters
Description
atBeginning
[in] True to start at the beginning, false to start at the end.
skipDeleted
[in] If and only if true, deleted records are skipped.
sorted
[in] If and only if true, the iterator will traverse the Block as sorted by this Block's SortentsTable.
Returns
Smart pointer to an iterator object.
Links
OdDbBlockTableRecord Class
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!