This document is archived and information here might be outdated.  Recommended version.


IEnumName Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumName Interface
ArcGIS Developer Help

IEnumName Interface

Provides access to members that enumerate over a set of name objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IEnumName allows you to browse a set of Name objects. IEnumEdit lets you to make a set of Name objects. Both interfaces are implemented by the NamesEnumerator object, defined in esriGeodatabase.

Members

Name Description
Method Next Obtains the next Name in the list.
Method Reset Resets the current position to the beginning.

Classes that implement IEnumName

Classes Description
NamesEnumerator (esriGeoDatabase) Esri Name Enumerator object.