ArcObjects Library Reference (GeoDatabase)  

INetworkJunction2.TurnCount Property

Number of network turn elements anchored at this network junction.

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

Parameters

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

Product Availability

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

See Also

INetworkJunction2 Interface