This document is archived and information here might be outdated. Recommended version. |
Type of network turn.
[Visual Basic .NET] Public ReadOnly Property TurnType As esriNetworkTurnType
[C#] public esriNetworkTurnType TurnType {get;}
[C++]
HRESULT get_TurnType(
void
);
The TurnType property indicates whether or not this NetworkTurn is a turn element in the network.
If the TurnType is esriNTTImplicit, then this NetworkTurn represents an implicit turn. An implicit turn is a turning movement that is implied from two adjacent edge elements where there is no turn element in the network. An implicit turn can only be returned in a NetworkTurn object by the INetworkForwardStarAdjacencies::QueryTurn method.
If the TurnType is esriNTTExplicit, then this NetworkTurn represents a turn element in the network.