ArcObjects Library Reference (GeoDatabase)  

IEnumIDs Interface

Provides access to members that enumerate through IDs.

Product Availability

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

Members

Description
Method Next Retrieves the next id in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

CoClasses that implement IEnumIDs

CoClasses and Classes Description
EnumIDs Esri EnumIDs object.
TMSEnumIDs (esriTrackingAnalyst) Controls the tracking selection ID enumerator.

Remarks

The IEnumIDs interface is used to enumerate a set of objects IDs. It is used, for example, by the ISelectionSet interface to enumerate selected features or rows.

It will return -1 after the last valid ID has been reached.