Gets or sets the distance the aircraft travels along the ground while accelerationg to takeoff at sea level.
Read-write property
[Visual Basic .NET] |
---|
Public Property SeaLevelGroundRoll() As Double |
[C#] |
---|
public double SeaLevelGroundRoll {get; set;} |
[Managed C++] |
---|
public: __property double get_SeaLevelGroundRoll(); |
[Unmanaged C++] |
---|
public: HRESULT get_SeaLevelGroundRoll( double * pVal ); public: HRESULT put_SeaLevelGroundRoll( double newVal ); |
[Java] |
---|
public double getSeaLevelGroundRoll(); public void setSeaLevelGroundRoll( double ); |