ObjectContextCollectionEnumerator Class

Autodesk.AutoCAD.DatabaseServices.ObjectContextCollectionEnumerator
Visual Basic
Public abstract Class ObjectContextCollectionEnumerator
Inherits RXObject
Inherits IEnumerator
C#
public abstract class ObjectContextCollectionEnumerator : RXObject, IEnumerator;
Description

 

This .NET class wraps the AcDbObjectContextCollectionIterator ObjectARX class. 

An iterator interface for ObjectContext objects stored in an ObjectContextCollection

Applications that provide custom ObjectContextCollection implementations must also implement this interface in a custom iterator for their collection.

Links