ArcObjects Library Reference (GeoDatabase)  

INetworkEdge.TurnCount Property

Number of network turn elements in which this network edge element participates.

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

Parameters

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

Product Availability

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

Remarks

The TurnCount property returns the number of turn elements that traverse this edge.

See Also

INetworkEdge Interface