ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.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.

See Also

INetworkEdge2 Interface