Gets or sets the rate at which the aircraft can translate while hovering.
Read-write property
[Visual Basic .NET] |
---|
Public Property TranslationRate() As Double |
[C#] |
---|
public double TranslationRate {get; set;} |
[Managed C++] |
---|
public: __property double get_TranslationRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_TranslationRate( double * pVal ); public: HRESULT put_TranslationRate( double newVal ); |
[Java] |
---|
public double getTranslationRate(); public void setTranslationRate( double ); |