The JunctionFeature associated with the index.
[Visual Basic .NET] Public Function get_JunctionFeature ( _ ByVal Index As Integer _ ) As IJunctionFeature
[C#] public IJunctionFeature get_JunctionFeature ( int Index );
[C++]
HRESULT get_JunctionFeature(
long Index,
IJunctionFeature** JunctionFeature
);
[C++]Parameters
Index [in] Index is a parameter of type long JunctionFeature [out, retval]JunctionFeature is a parameter of type IJunctionFeature
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The JunctionFeature property array is a mechanism for clients to obtain all the junction features that are associated with the complex edge. The JunctionFeature property is 0 based, so to iterate through the junction features connected with a complex edge feature, use JunctionFeatureCount - 1.
As with the other properties on IComplexEdgeFeature the JunctionFeature property should not be used to traverse the geometric network. The IForwardStar interface on the Network Object Model should be used for traversing the network.