This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumIDs Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that enumerate through IDs.
Description | ||
---|---|---|
Next | Retrieves the next id in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
CoClasses and Classes | Description |
---|---|
EnumIDs | Esri EnumIDs object. |
TMSEnumIDs (esriTrackingAnalyst) | Controls the tracking selection ID enumerator. |
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.