Gets or sets 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++] |
---|
public: HRESULT get_TakeoffSpeedMode( AgEAvtrTakeoffLandingSpeedMode * pVal ); public: HRESULT put_TakeoffSpeedMode( AgEAvtrTakeoffLandingSpeedMode newVal ); |
[Java] |
---|
public AgEAvtrTakeoffLandingSpeedMode getTakeoffSpeedMode(); public void setTakeoffSpeedMode( AgEAvtrTakeoffLandingSpeedMode ); |
[Python - STK API ] |
---|
@property def TakeoffSpeedMode(self) -> "AgEAvtrTakeoffLandingSpeedMode": @TakeoffSpeedMode.setter def TakeoffSpeedMode(self, newVal:"AgEAvtrTakeoffLandingSpeedMode") -> None: |