STK AviatorSend comments on this topic.
MaxThrustAccel Property (IAgAvtrAircraftBasicFixedWingProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the rate at which the aircraft speeds up at max throttle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxThrustAccel() As Double
[C#]
public double MaxThrustAccel {get; set;}
[Managed C++]
public: __property double get_MaxThrustAccel();
public: __property void set_MaxThrustAccel( double );
[Unmanaged C++]
public: HRESULT get_MaxThrustAccel(
    double * pVal
);
public: HRESULT put_MaxThrustAccel(
    double pVal
);
[Java]
public double getMaxThrustAccel();
public void setMaxThrustAccel(
    double
);
[Python - STK API ]
@property
def MaxThrustAccel(self) -> float:

@MaxThrustAccel.setter
def MaxThrustAccel(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.