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





Windows & Linux

Description

Gets or sets the throttle setting for the Accel/Decel using Aero/Propulsion at mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Throttle() As Double
[C#]
public double Throttle {get; set;}
[Managed C++]
public: __property double get_Throttle();
public: __property void set_Throttle( double );
[Unmanaged C++]
public: HRESULT get_Throttle(
    double * pVal
);
public: HRESULT put_Throttle(
    double newVal
);
[Java]
public double getThrottle();
public void setThrottle(
    double
);
[Python - STK API ]
@property
def Throttle(self) -> float:

@Throttle.setter
def Throttle(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.