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


IComplexEdgeFeature.JunctionFeatureCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexEdgeFeature Interface > IComplexEdgeFeature.JunctionFeatureCount Property
ArcGIS Developer Help

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(
  System.Int32* 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