This document is archived and information here might be outdated.  Recommended version.


IEnumIDs Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumIDs Interface
ArcGIS Developer Help

IEnumIDs Interface

Provides access to members that enumerate through IDs.

Product Availability

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

Members

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

Classes that implement IEnumIDs

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.

.NET Samples

Selection restriction evaluator Subset network evaluators