This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkJunction Interface > INetworkJunction.TurnCount Property (ArcObjects .NET 10.4 SDK) |
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
The TurnCount is the number of turn elements that are anchored to this junction. A turn element is anchored at a junction if the last two edges of the turn pass through the junction.