This document is archived and information here might be outdated.  Recommended version.


INetworkTurn.TurnType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTurn Interface > INetworkTurn.TurnType Property
ArcGIS Developer Help

INetworkTurn.TurnType Property

Type of network turn.

[Visual Basic .NET]
Public ReadOnly Property TurnType As esriNetworkTurnType
[C#]
public esriNetworkTurnType TurnType {get;}
[C++]
HRESULT get_TurnType(
void
);

Product Availability

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

Remarks

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.

See Also

INetworkTurn Interface