Gets or sets the rate at which the aircraft will change altitude to achieve or maintain the ALtitude Split.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeRateControl() As Double |
[C#] |
---|
public double AltitudeRateControl {get; set;} |
[Managed C++] |
---|
public: __property double get_AltitudeRateControl(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeRateControl( double * pVal ); public: HRESULT put_AltitudeRateControl( double newVal ); |
[Java] |
---|
public double getAltitudeRateControl(); public void setAltitudeRateControl( double ); |