Creates a new AcDbObjectIterator instance.
Array of objects to iterate over
Returns the iterator itself, allowing it to be used in for...of loops.
This iterator instance
Increments the iterator to the next entry.
Iterator result containing the next value or null if done
Iterator used for iterating over database objects.
This class provides an iterator interface for traversing collections of database objects. It implements both IterableIterator and provides additional methods for checking if more items are available.