Description
Returns a two-dimensional array that contains the way points. Each sub-array represents a waypoint. The order of the elements is Time, Latitude, Longitude, Altitude,Speed,Acceleration,TurnRadius
Syntax
| [Visual Basic .NET] |
|---|
Public Function ToArray() As System.Array
|
| [C#] |
|---|
public System.Array ToArray();
|
| [Managed C++] |
|---|
public: System::Array ToArray();
|
| [Unmanaged C++] |
|---|
public: HRESULT ToArray(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray toArray();
|
| [Python - STK API] |
|---|
def ToArray(self) -> list:
|
See Also