Gets or sets the maximum distance from the end of the previous procedure that an airway waypoint will be considered.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxWaypointRange() As Double |
[C#] |
---|
public double MaxWaypointRange {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxWaypointRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxWaypointRange( double * pVal ); public: HRESULT put_MaxWaypointRange( double newVal ); |
[Java] |
---|
public double getMaxWaypointRange(); public void setMaxWaypointRange( double ); |