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


IEnumFeature.Next Method (ArcObjects .NET 10.5 SDK)
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

.NET Snippets

Create Graphic Buffers around Selected Features | Add Hyperlink | Flip Line Direction

.NET Samples

Implementing an XML builder external component (Code Files: XMLDocImpl) | Move a graphic along a path in ArcMap (Code Files: cmdMoveGraphicAlongPath)