AGI STK Objects 11 Send comments on this topic.
ToArray Method (IAgVeWaypointsCollection)
See Also 





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();

[Java]
public Object[] toArray();

[Unmanaged C++]
public: HRESULT ToArray(
SAFEARRAY ** Array
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1