STK AviatorSend comments on this topic.
MaxAirspeedType Property (IAgAvtrPropulsionThrust)
See Also
Windows





Windows & Linux

Description

Get the max airspeed type for a thrust model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.