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


IEnumJunctionFeature.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumJunctionFeature.Next Method

Retrieves the next JunctionFeature in the enumeration sequence.

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

Parameters Junction [out, retval]
Junction is a parameter of type IJunctionFeature

Product Availability

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

See Also

IEnumJunctionFeature Interface