This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSet Interface > IFIDSet.Next Method (ArcObjects .NET 10.4 SDK) |
Gets the next feature id from the set.
[Visual Basic .NET] Public Sub Next ( _ ByRef fID As Integer _ )
[C#] public void Next ( ref int fID );
[C++]
HRESULT Next(
long* fID
);
[C++]
Parameters fID [out] fID is a parameter of type long
Calling Next when there are no more IDs in the FIDset will return -1.