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