Gets or sets the type of performance model that the aircraft will use to fly the maneuver.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FlightMode() As AgEAvtrPhaseOfFlight |
| [C#] |
|---|
public AgEAvtrPhaseOfFlight FlightMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrPhaseOfFlight get_FlightMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrPhaseOfFlight getFlightMode(); public void setFlightMode( AgEAvtrPhaseOfFlight ); |
[Python - STK API ] |
|---|
@property def FlightMode(self) -> "AgEAvtrPhaseOfFlight": @FlightMode.setter def FlightMode(self, newVal:"AgEAvtrPhaseOfFlight") -> None: |






