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


IEnumIDs.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* ID
);
[C++]

Parameters ID [out, retval] ID is a parameter of type long

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

.NET Related Topics

How to merge conflicting geometries during a reconcile | Sorting tables