The mode to calculate the aircraft's airspeed upon leaving the ground.
Read-write property
| [Visual Basic .NET] | 
|---|
| Public Property TakeoffSpeedMode() As AgEAvtrTakeoffLandingSpeedMode | 
| [C#] | 
|---|
| public AgEAvtrTakeoffLandingSpeedMode TakeoffSpeedMode {get; set;} | 
| [Managed C++] | 
|---|
| public: __property AgEAvtrTakeoffLandingSpeedMode get_TakeoffSpeedMode(); | 
| [Unmanaged C++] | 
|---|
|  | 
| [Java] | 
|---|
| public AgEAvtrTakeoffLandingSpeedMode getTakeoffSpeedMode(); public void setTakeoffSpeedMode( AgEAvtrTakeoffLandingSpeedMode ); | 
| [Python - STK API] | 
|---|
| @property def TakeoffSpeedMode(self) -> "AgEAvtrTakeoffLandingSpeedMode": @TakeoffSpeedMode.setter def TakeoffSpeedMode(self, newVal:"AgEAvtrTakeoffLandingSpeedMode") -> None: | 





