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





Windows & Linux

Description

Gets or sets the custom performance airspeed that can be used to model specific flight conditions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxPerfAirspeed() As Double
[C#]
public double MaxPerfAirspeed {get; set;}
[Managed C++]
public: __property double get_MaxPerfAirspeed();
public: __property void set_MaxPerfAirspeed( double );
[Unmanaged C++]
public: HRESULT get_MaxPerfAirspeed(
    double * pVal
);
public: HRESULT put_MaxPerfAirspeed(
    double newVal
);
[Java]
public double getMaxPerfAirspeed();
public void setMaxPerfAirspeed(
    double
);
[Python - STK API ]
@property
def MaxPerfAirspeed(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.