ArcObjects Library Reference (GeoDatabase)  

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(
  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 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