AGI STK Objects 11 Send comments on this topic.
SetPointsSpecifyVelocityAndPropagate Method (IAgVePropagatorGreatArc)
See Also 
ArrayOfWayPoints





Description

Sets waypoints from the array and propagates the route. The array is two-dimensional where each sub-array contains waypoint's Latitude, Longitude, Altitude, Velocity, Acceleration and Turn Radius.

Syntax

[Visual Basic .NET]
Public Sub SetPointsSpecifyVelocityAndPropagate( _
   ByRef ArrayOfWayPoints As System.Array _
) 

[C#]
public void SetPointsSpecifyVelocityAndPropagate(
ref System.Array ArrayOfWayPoints
);

[Managed C++]
public: void SetPointsSpecifyVelocityAndPropagate(
System::Array ^^ ArrayOfWayPoints
);

[Java]
public  setPointsSpecifyVelocityAndPropagate(
Object[] ArrayOfWayPoints
);

[Unmanaged C++]
public: HRESULT SetPointsSpecifyVelocityAndPropagate(
SAFEARRAY ** ArrayOfWayPoints
);

Parameters

ArrayOfWayPoints

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1