This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetwork Interface > INetwork.JunctionCount Property (ArcObjects .NET 10.4 SDK) |
Number of junctions in the network.
[Visual Basic .NET] Public ReadOnly Property JunctionCount As Integer
[C#] public int JunctionCount {get;}
[C++]
HRESULT get_JunctionCount(
long* JunctionCount
);
[C++]
Parameters JunctionCount [out, retval] JunctionCount is a parameter of type long
JunctionCount returns a count of all the junctions in the network.