ArcObjects Library Reference (System)  

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

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

CoClasses that implement IEnumName

CoClasses and Classes Description
NamesEnumerator (esriGeoDatabase) Esri Name Enumerator object.