Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property TurnRadius() As Double |
[C#] |
---|
public double TurnRadius {get; set;} |
[Managed C++] |
---|
public: __property double get_TurnRadius(); |
[Unmanaged C++] |
---|
public: HRESULT get_TurnRadius( double * pVal ); public: HRESULT put_TurnRadius( double TurnRadius ); |
[Java] |
---|
public double getTurnRadius(); public void setTurnRadius( double ); |