Gets or sets the mode to calculate the aircraft's speed at wheels down.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LandingSpeedMode() As AgEAvtrTakeoffLandingSpeedMode |
| [C#] |
|---|
public AgEAvtrTakeoffLandingSpeedMode LandingSpeedMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrTakeoffLandingSpeedMode get_LandingSpeedMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrTakeoffLandingSpeedMode getLandingSpeedMode(); public void setLandingSpeedMode( AgEAvtrTakeoffLandingSpeedMode ); |
[Python - STK API ] |
|---|
@property def LandingSpeedMode(self) -> "AgEAvtrTakeoffLandingSpeedMode": @LandingSpeedMode.setter def LandingSpeedMode(self, newVal:"AgEAvtrTakeoffLandingSpeedMode") -> None: |






