ArcObjects Library Reference (GeoDatabase)  

INetworkTurn2.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.

See Also

INetworkTurn2 Interface