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


INetworkTurn2.TurnType Property (ArcObjects .NET 10.5 SDK)
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