Get the constant rate at which the aircraft will climb or descend.
Read-only property
[Visual Basic .NET] |
---|
Public Property AltitudeRate() As Double |
[C#] |
---|
public double AltitudeRate {get;} |
[Managed C++] |
---|
public: __property double get_AltitudeRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeRate( double * pVal ); |
[Java] |
---|
public double getAltitudeRate(); |