Get the maximum translation speed of the rotorcraft.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaxSafeTranslationSpeed() As Double |
[C#] |
---|
public double MaxSafeTranslationSpeed {get;} |
[Managed C++] |
---|
public: __property double get_MaxSafeTranslationSpeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxSafeTranslationSpeed( double * pVal ); |
[Java] |
---|
public double getMaxSafeTranslationSpeed(); |