Gets or sets the maximum ground distance the aircraft will travel while performing the weave cyces.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxDistance() As Double |
[C#] |
---|
public double MaxDistance {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxDistance(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxDistance( double * pVal ); public: HRESULT put_MaxDistance( double newVal ); |
[Java] |
---|
public double getMaxDistance(); public void setMaxDistance( double ); |