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





Windows & Linux

Description

Get the launch vehicle's trajectory properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Trajectory() As IAgVePropagator
[C#]
public IAgVePropagator Trajectory {get;}
[Managed C++]
public: __property IAgVePropagator ^ get_Trajectory();
[Unmanaged C++]
public: HRESULT get_Trajectory(
    IAgVePropagator ** ppVal
);
[Java]
public IAgVePropagator getTrajectory();
[Python - STK API ]
@property
def Trajectory(self) -> "IAgVePropagator":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.