Gets or sets the aircraft's vertical rate.
Read-write property
[Visual Basic .NET] |
---|
Public Property VerticalRate() As Double |
[C#] |
---|
public double VerticalRate {get; set;} |
[Managed C++] |
---|
public: __property double get_VerticalRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_VerticalRate( double * pVal ); public: HRESULT put_VerticalRate( double newVal ); |
[Java] |
---|
public double getVerticalRate(); public void setVerticalRate( double ); |