AGI STK Objects 11Send comments on this topic.
SetPointsSpecifyTimeAndPropagate Method (IAgVePropagatorGreatArc)
See Also 
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.
Windows






Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Sub SetPointsSpecifyTimeAndPropagate( _
   ByRef ArrayOfWayPoints As System.Array _
) 
[C#]
public void SetPointsSpecifyTimeAndPropagate(
   ref System.Array ArrayOfWayPoints
);
[Managed C++]
public: void SetPointsSpecifyTimeAndPropagate(
   System::Array ^^ ArrayOfWayPoints
);
[Java]
public  setPointsSpecifyTimeAndPropagate(
   Object[] ArrayOfWayPoints
);
[Unmanaged C++]
public: HRESULT SetPointsSpecifyTimeAndPropagate(
   SAFEARRAY ** ArrayOfWayPoints
);

Parameters

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.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.