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






Windows & Linux

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 
[C#]
public System.Array ToArray();
[Managed C++]
public: System::Array ToArray();
[Java]
public VariantArray toArray();
[Unmanaged C++]
public: HRESULT ToArray(
    SAFEARRAY * * ppRetVal
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.