ArcObjects Library Reference (GeoDatabase)  

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(
  esriNetworkTurnType* TurnType
);
[C++]

Parameters

TurnType [out, retval]

  TurnType is a parameter of type esriNetworkTurnType

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