Gets or sets the aircraft's speed relative to the ground.
Read-write property
[Visual Basic .NET] |
---|
Public Property Groundspeed() As Double |
[C#] |
---|
public double Groundspeed {get; set;} |
[Managed C++] |
---|
public: __property double get_Groundspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_Groundspeed( double * pVal ); public: HRESULT put_Groundspeed( double newVal ); |
[Java] |
---|
public double getGroundspeed(); public void setGroundspeed( double ); |