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


ISimpleJunctionFeature.EdgeFeatureCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleJunctionFeature Interface > ISimpleJunctionFeature.EdgeFeatureCount Property
ArcGIS Developer Help

ISimpleJunctionFeature.EdgeFeatureCount Property

The number of EdgeFeatures associated with this junction.

[Visual Basic .NET]
Public ReadOnly Property EdgeFeatureCount As Integer
[C#]
public int EdgeFeatureCount {get;}
[C++]
HRESULT get_EdgeFeatureCount(
  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 EdgeFeatureCount property returns the number of simple edge features connected to the simple junction.  If the junction is connected mid-span on a complex edge feature, EdgeFeatureCount returns the number of edge elements connected to the junction.

As with the other properties on ISimpleJunctionFeature the EdgeFeatureCount 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

ISimpleJunctionFeature Interface