Autodesk.AutoCAD.BoundaryRepresentation Namespace > EnumeratorBase Class
EnumeratorBase Class
Description

This .NET class wraps the AcBrTraverser ObjectARX class. 

The EnumeratorBase class is the interface base class for topology traversers. This class defines the functions that are common to all topology traversers, and cannot be instantiated as it has no meaning on its own. It is derived from RXObject in order to provide full-service, runtime type checking for all derived traverser classes.

Class Hierarchy
Visual Basic
Public abstract Class EnumeratorBase
Inherits RXObject
Inherits IEnumerator
C#
public abstract class EnumeratorBase : RXObject, IEnumerator;
Remarks

The intended use of the EnumeratorBase class is to cast aggregate collections of derived class objects for purposes of storing and retrieving from an array.

Links
   Comments?