ArcObjects Library Reference (GeoDatabase)  

INetworkJunction.EdgeCount Property

Number of network edge elements adjacent to this network junction element.

[Visual Basic .NET]
Public ReadOnly Property EdgeCount As Integer
[C#]
public int EdgeCount {get;}
[C++]
HRESULT get_EdgeCount(
  long* adjacentEdgeCount
);
[C++]

Parameters

adjacentEdgeCount [out, retval]   adjacentEdgeCount is a parameter of type long

Product Availability

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

Remarks

The EdgeCount is the number of adjacent edge elements leaving this junction.

See Also

INetworkJunction Interface

.NET Snippets

Display Network Adjacency in MessageBox