Sets waypoints from the array and propagates
the route. The array is two-dimensional where each sub-array
contains waypoint's Latitude, Longitude, Altitude, Velocity and
Turn Radius.
| [Visual Basic .NET] |
|---|
Public Sub SetPointsSmoothRateAndPropagate( _
ByRef ArrayOfWayPoints As System.Array _
)
|
| [C#] |
|---|
public void SetPointsSmoothRateAndPropagate(
|
| [Managed C++] |
|---|
public: void SetPointsSmoothRateAndPropagate(
|
| [Java] |
|---|
public setPointsSmoothRateAndPropagate(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetPointsSmoothRateAndPropagate(
|
- ArrayOfWayPoints