Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TurnRadius() As Double
|
| [C#] |
|---|
public double TurnRadius {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TurnRadius(); public: __property void set_TurnRadius(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TurnRadius(
double * pVal
);
public: HRESULT put_TurnRadius(
double TurnRadius
);
|
| [Java] |
|---|
public double getTurnRadius();
public void setTurnRadius(
double
);
|
See Also