ArcObjects Library Reference (GeoDatabase)  

INetworkTurn.EdgeCount Property

Number of network edge elements that participate in this network turn.

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

Parameters

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

Product Availability

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

Remarks

The EdgeCount is the number of edge element that this turn traverses.

See Also

INetworkTurn Interface