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





Windows & Linux

Description

Get the landing speed of the aircraft.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LandingSpeed() As Double
[C#]
public double LandingSpeed {get;}
[Managed C++]
public: __property double get_LandingSpeed();
[Unmanaged C++]
public: HRESULT get_LandingSpeed(
    double * pVal
);
[Java]
public double getLandingSpeed();
[Python - STK API ]
@property
def LandingSpeed(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.