This document is archived and information here might be outdated. Recommended version. |
Provides access to members that create of an enumeration of Name objects.
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.
Name | Description | |
---|---|---|
Add | Adds a Name in the list. | |
Remove | Removes a Name from the list. | |
RemoveCurrent | Removes current name from the list (when enumerating). |
Classes | Description |
---|---|
NamesEnumerator (esriGeoDatabase) | Esri Name Enumerator object. |