STK AviatorSend comments on this topic.
MaxSafeAirspeedType Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Get the maximum safe airspeed type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.