The mode that the aircraft will adhere to the specified acceleration paramters. Scale by atmospheric density will cause the aircraft to consider dynamic pressure when calculating turn radius.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ManeuverMode() As AgEAvtrAccelManeuverMode |
| [C#] |
|---|
public AgEAvtrAccelManeuverMode ManeuverMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAccelManeuverMode get_ManeuverMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAccelManeuverMode getManeuverMode(); public void setManeuverMode( AgEAvtrAccelManeuverMode ); |
| [Python - STK API] |
|---|
@property def ManeuverMode(self) -> "AgEAvtrAccelManeuverMode": @ManeuverMode.setter def ManeuverMode(self, newVal:"AgEAvtrAccelManeuverMode") -> None: |





