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


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

INetworkJunction2.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(
void
);

Product Availability

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

See Also

INetworkJunction2 Interface