This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTurn Interface > INetworkTurn.TurnType Property (ArcObjects .NET 10.4 SDK) |
Type of network turn.
[Visual Basic .NET] Public ReadOnly Property TurnType As esriNetworkTurnType
[C#] public esriNetworkTurnType TurnType {get;}
[C++]
HRESULT get_TurnType(
esriNetworkTurnType* TurnType
);
[C++]
Parameters TurnType [out, retval]
TurnType is a parameter of type esriNetworkTurnType
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.