Share

ObjectContextCollectionEnumerator Class

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

Visual Basic

Public abstract Class ObjectContextCollectionEnumerator
Inherits RXObject
Inherits IEnumerator

C#

public abstract class ObjectContextCollectionEnumerator : RXObject, IEnumerator;

Links

ObjectContextCollectionEnumerator Methods, ObjectContextCollectionEnumerator Properties

Was this information helpful?