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


IEnumIDs.Next Method (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 > IEnumIDs.Next Method
ArcGIS Developer Help

IEnumIDs.Next Method

Retrieves the next id in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As Integer
[C#]
public int Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

Remarks

IEnumIDs::Next returns -1 when there are no more IDs in the enumeration.

See Also

IEnumIDs Interface