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

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

.NET Samples

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