Sets waypoints from the array and propagates the route. The array is two-dimensional where each sub-array contains waypoint's Time, Latitude, Longitude, Altitude and Turn Radius. The array must be in non-decreasing order with respect to time. Time must be in UTCG format.
| [Visual Basic .NET] |
|---|
Public Sub SetPointsSpecifyTimeAndPropagate( _ ByRef ArrayOfWayPoints As System.Array _ ) |
| [C#] |
|---|
public void SetPointsSpecifyTimeAndPropagate( |
| [Managed C++] |
|---|
public: void SetPointsSpecifyTimeAndPropagate( |
| [Java] |
|---|
public setPointsSpecifyTimeAndPropagate( |
| [Unmanaged C++] |
|---|
public: HRESULT SetPointsSpecifyTimeAndPropagate( |
- ArrayOfWayPoints
- The array is two-dimensional where each sub-array contains waypoint's Time, Latitude, Longitude, Altitude and Turn Radius. The array must be in non-decreasing order with respect to time. Time must be in UTCG format.
