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


IEnumEdgeFeature.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumEdgeFeature.Next Method

Retrieves the next EdgeFeature in the enumeration sequence.

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

Parameters Edge [out, retval]
Edge is a parameter of type IEdgeFeature

Product Availability

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

See Also

IEnumEdgeFeature Interface