STK ObjectsSend comments on this topic.
SetTrajectoryType Method (IAgLaunchVehicle)
See Also
Trajectory
Windows





Windows & Linux

Description

Method to set the propagator type.

Syntax

[Visual Basic .NET]
Public Sub SetTrajectoryType( _
    ByVal Trajectory As AgEVePropagatorType _
)
[C#]
public void SetTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Managed C++]
public: void SetTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Unmanaged C++]
public: HRESULT SetTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Java]
public void setTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Python - STK API ]
def SetTrajectoryType(self, Trajectory:"AgEVePropagatorType") -> None:

Parameters

Trajectory

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.