Gets or sets the altitude rate control value for the hold initial altitude, specify altitude, and specify altitude change modes.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlAltitudeRateValue() As Double |
[C#] |
---|
public double ControlAltitudeRateValue {get; set;} |
[Managed C++] |
---|
public: __property double get_ControlAltitudeRateValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_ControlAltitudeRateValue( double * pVal ); public: HRESULT put_ControlAltitudeRateValue( double newVal ); |
[Java] |
---|
public double getControlAltitudeRateValue(); public void setControlAltitudeRateValue( double ); |