Gets or sets the downrange distance the aircraft will travel when departing the runway.
Read-write property
[Visual Basic .NET] |
---|
Public Property DeparturePointRange() As Double |
[C#] |
---|
public double DeparturePointRange {get; set;} |
[Managed C++] |
---|
public: __property double get_DeparturePointRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_DeparturePointRange( double * pRetVal ); public: HRESULT put_DeparturePointRange( double inVal ); |
[Java] |
---|
public double getDeparturePointRange(); public void setDeparturePointRange( double ); |