ArcObjects Library Reference (System)  

IEnumNameEdit Interface

Provides access to members that create of an enumeration 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 Add Adds a Name in the list.
Method Remove Removes a Name from the list.
Method RemoveCurrent Removes current name from the list (when enumerating).

CoClasses that implement IEnumNameEdit

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