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


INetwork.JunctionCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetwork Interface > INetwork.JunctionCount Property
ArcGIS Developer Help

INetwork.JunctionCount Property

Number of junctions in the network.

[Visual Basic .NET]
Public ReadOnly Property JunctionCount As Integer
[C#]
public int JunctionCount {get;}
[C++]
HRESULT get_JunctionCount(
  System.Int32* JunctionCount
);
[C++]
Parameters
JunctionCount [out, retval]

JunctionCount is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

JunctionCount returns a count of all the junctions in the network.

See Also

INetwork Interface