Angle of the turning movement described by this network turn.
[Visual Basic .NET] Public ReadOnly Property Angle As Double
[C#] public double Angle {get;}
[C++]
HRESULT get_Angle(
double* Angle
);
[C++]Parameters
Angle [out, retval] Angle is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Angle property returns the turning angle of the turn. The turning angle is determined by the difference in the azimuth values of the first and last edge elements of the turn.
The value returned for Angle ranges from 0 to 360. The Angle in measured clockwise from straight in degrees. Below are sample Angle values:
- between 0 and 90 = gentle right turn
- 90 = square right turn
- between 90 and 180 = sharp right turn
- 180 = backtracking turn (U-turn)
- between 180 and 270 = sharp left turn
- 270 = square left turn
- between 270 and 360 = gentle left turn