STK ObjectsSend comments on this topic.
TrajectoryType Property (IAgLaunchVehicle)
See Also
Windows





Windows & Linux

Description

Get the propagator type used by the launch vehicle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TrajectoryType() As AgEVePropagatorType
[C#]
public AgEVePropagatorType TrajectoryType {get;}
[Managed C++]
public: __property AgEVePropagatorType get_TrajectoryType();
[Unmanaged C++]
public: HRESULT get_TrajectoryType(
    AgEVePropagatorType * pVal
);
[Java]
public AgEVePropagatorType getTrajectoryType();
[Python - STK API ]
@property
def TrajectoryType(self) -> "AgEVePropagatorType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.