Provides access to members that enumerate through IDs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Next | Retrieves the next id in the enumeration sequence. | |
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.