GroundWaypoints.AddWaypoints(TimeSpanArray, Array, Array) Method

Top 

Description

Uses the provided arrays to add waypoints to the Waypoints array chronologically based on epoch. Requires that all three arrays have the same length.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GroundWaypoints.AddWaypoints(

TimeSpanArray Epochs,


Array Latitudes,


Array Longitudes)

 

 

Arguments

Epochs


Description:

An array of epochs to be used for the creation and insertion of new waypoints into the Waypoints array. If an epoch is duplicated or already appears in the Waypoints array, an error will be thrown.

 

 

Latitudes


Description:

An array of latitudes to be used for the creation and insertion of new waypoints into the Waypoints array.

 

 

Longitudes


Description:

An array of longitudes to be used for the creation and insertion of new waypoints into the Waypoints array.

 

 

 

Syntax

myGroundWaypoints1.AddWaypoints(myTimeSpanArray1, myArray1, myArray2);

 

 

See also

GroundWaypoints Object