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.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.ObjectContextCollectionEnumerator
C#
public abstract class ObjectContextCollectionEnumerator : RXObject, IEnumerator;
Visual Basic
Public abstract Class ObjectContextCollectionEnumerator Inherits RXObject Inherits IEnumerator
Links
ObjectContextCollectionEnumerator Methods, ObjectContextCollectionEnumerator Properties