STK AviatorSend comments on this topic.
Thrust Property (IAgAvtrBasicManeuverAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Get the thrust options for the Specify Thrust mode.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Thrust() As IAgAvtrPropulsionThrust
[C#]
public IAgAvtrPropulsionThrust Thrust {get;}
[Managed C++]
public: __property IAgAvtrPropulsionThrust ^ get_Thrust();
[Unmanaged C++]
public: HRESULT get_Thrust(
    IAgAvtrPropulsionThrust ** ppRetVal
);
[Java]
public IAgAvtrPropulsionThrust getThrust();
[Python - STK API ]
@property
def Thrust(self) -> "IAgAvtrPropulsionThrust":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.