This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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
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.