AGI STK Objects 11Send comments on this topic.
SetPointsSmoothRateAndPropagate Method (IAgVePropagatorGreatArc)
See Also 
ArrayOfWayPoints
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 Latitude, Longitude, Altitude, Velocity and Turn Radius.

Syntax

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

Parameters

ArrayOfWayPoints

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.