STK ObjectsSend comments on this topic.
SetPointsSpecifyVelocityAndPropagate 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, Acceleration and Turn Radius.

Syntax

[Visual Basic .NET]
Public Sub SetPointsSpecifyVelocityAndPropagate( _
    ByVal ArrayOfWayPoints As System.Array _
)
[C#]
public void SetPointsSpecifyVelocityAndPropagate(
    System.Array ArrayOfWayPoints
);
[Managed C++]
public: void SetPointsSpecifyVelocityAndPropagate(
    System::Array ^ ArrayOfWayPoints
);
[Unmanaged C++]
public: HRESULT SetPointsSpecifyVelocityAndPropagate(
    SAFEARRAY * * ArrayOfWayPoints
);
[Java]
public void setPointsSpecifyVelocityAndPropagate(
    AgSafeArray ArrayOfWayPoints
);
[Python - STK API ]
def SetPointsSpecifyVelocityAndPropagate(self, ArrayOfWayPoints:list) -> None:

Parameters

ArrayOfWayPoints

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.