STK AviatorSend comments on this topic.
LandingSpeedType Property (IAgAvtrAircraftBasicLandingModel)
See Also
Windows





Windows & Linux

Description

Get the landing speed type.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LandingSpeedType() As AgEAvtrAirspeedType
[C#]
public AgEAvtrAirspeedType LandingSpeedType {get;}
[Managed C++]
public: __property AgEAvtrAirspeedType get_LandingSpeedType();
[Unmanaged C++]
public: HRESULT get_LandingSpeedType(
    AgEAvtrAirspeedType * pVal
);
[Java]
public AgEAvtrAirspeedType getLandingSpeedType();
[Python - STK API ]
@property
def LandingSpeedType(self) -> "AgEAvtrAirspeedType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.