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,
Acceleration and Turn Radius.
[Visual Basic .NET] |
---|
Public Sub SetPointsSpecifyVelocityAndPropagate( _
ByRef ArrayOfWayPoints As System.Array _
)
|
[C#] |
---|
public void SetPointsSpecifyVelocityAndPropagate(
|
[Managed C++] |
---|
public: void SetPointsSpecifyVelocityAndPropagate(
|
[Java] |
---|
public setPointsSpecifyVelocityAndPropagate(
|
[Unmanaged C++] |
---|
public: HRESULT SetPointsSpecifyVelocityAndPropagate(
|
- ArrayOfWayPoints