The maximum deviation from a pure reverse turn to be classified as a reverse turn.
[Visual Basic .NET] Public Property MaxReverseTurnDeflectionAngle As Integer
[C#] public int MaxReverseTurnDeflectionAngle {get; set;}
[C++]
HRESULT get_MaxReverseTurnDeflectionAngle(
long* maxDeflectionAngle
);
[C++]
HRESULT put_MaxReverseTurnDeflectionAngle(
long maxDeflectionAngle
);
[C++]Parameters
maxDeflectionAngle [out, retval] maxDeflectionAngle is a parameter of type long maxDeflectionAngle [in] maxDeflectionAngle is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The MaxReverseTurnDeflectionAngle determines whether a NetworkTurnElement's is considered going in reverse, based on its Angle.
For example, if the MaxReverseTurnDeflectionAngle is set to 30, then a turn is considered going in reverse if its Angle is within 30 degrees of 180 degrees (going exactly in reverse) -- that is, if the angle is between 150 and 210 degrees, inclusive.