ArcObjects Library Reference (GeoDatabase)  

IComplexEdgeFeature.JunctionFeatureCount Property

The number of connected JunctionFeatures.

[Visual Basic .NET]
Public ReadOnly Property JunctionFeatureCount As Integer
[C#]
public int JunctionFeatureCount {get;}
[C++]
HRESULT get_JunctionFeatureCount(
  long* numFeatures
);
[C++]

Parameters

numFeatures [out, retval]   numFeatures is a parameter of type long

Product Availability

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

Remarks

The JunctionFeatureCount property returns the number of simple junction features connected to the complex edge feature.

As with the other properties on IComplexEdgeFeature the JunctionFeatureCount 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.

See Also

IComplexEdgeFeature Interface