This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexEdgeFeature Interface > IComplexEdgeFeature.JunctionFeatureCount Property (ArcObjects .NET 10.5 SDK) |
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
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.