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





Windows & Linux

Description

Gets or sets the method for defining the maximum performance airspeed of the aircraft with respect to its altitude.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.