This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumIDs Interface > IEnumIDs.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next id in the enumeration sequence.
[Visual Basic .NET] Public Function Next ( _ ) As Integer
[C#] public int Next ( );
[C++]
HRESULT Next(
long* ID
);
[C++]
Parameters ID [out, retval] ID is a parameter of type long
IEnumIDs::Next returns -1 when there are no more IDs in the enumeration.