STK AviatorSend comments on this topic.
MaxRangeAirspeed Property (IAgAvtrAircraftBasicCruiseModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum range cruising airspeed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRangeAirspeed() As Double
[C#]
public double MaxRangeAirspeed {get; set;}
[Managed C++]
public: __property double get_MaxRangeAirspeed();
public: __property void set_MaxRangeAirspeed( double );
[Unmanaged C++]
public: HRESULT get_MaxRangeAirspeed(
    double * pVal
);
public: HRESULT put_MaxRangeAirspeed(
    double newVal
);
[Java]
public double getMaxRangeAirspeed();
public void setMaxRangeAirspeed(
    double
);
[Python - STK API ]
@property
def MaxRangeAirspeed(self) -> float:

@MaxRangeAirspeed.setter
def MaxRangeAirspeed(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.