ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection3.TurnAngle Property

The turn angle at the maneuver point of the item.

[Visual Basic .NET]
Public ReadOnly Property TurnAngle As Double
[C#]
public double TurnAngle {get;}
[C++]
HRESULT get_TurnAngle(
  double* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAStreetDirection3 Interface