The mode that the missile will adhere to the specified load factor. Scale by atmospheric density will cause the missile 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: |






