STK AviatorSend comments on this topic.
LandingSpeedMode Property (IAgAvtrAircraftAdvLandingModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode to calculate the aircraft's speed at wheels down.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LandingSpeedMode() As AgEAvtrTakeoffLandingSpeedMode
[C#]
public AgEAvtrTakeoffLandingSpeedMode LandingSpeedMode {get; set;}
[Managed C++]
public: __property AgEAvtrTakeoffLandingSpeedMode get_LandingSpeedMode();
public: __property void set_LandingSpeedMode( AgEAvtrTakeoffLandingSpeedMode );
[Unmanaged C++]
public: HRESULT get_LandingSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode * pVal
);
public: HRESULT put_LandingSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode newVal
);
[Java]
public AgEAvtrTakeoffLandingSpeedMode getLandingSpeedMode();
public void setLandingSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode
);
[Python - STK API ]
@property
def LandingSpeedMode(self) -> "AgEAvtrTakeoffLandingSpeedMode":

@LandingSpeedMode.setter
def LandingSpeedMode(self, newVal:"AgEAvtrTakeoffLandingSpeedMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.