ArcObjects Library Reference (GeoDatabase)  

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