ArcObjects Library Reference (GeoDatabase)  

IEnumFeature.Next Method

Retrieves the next Feature in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IFeature
[C#]
public IFeature Next (
);
[C++]
HRESULT Next(
  IFeature** Feature
);
[C++]

Parameters

Feature [out, retval]

  Feature is a parameter of type IFeature

Product Availability

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

See Also

IEnumFeature Interface