STK AviatorSend comments on this topic.
MaxWaypointRange Property (IAgAvtrProcedureAirwayRouter)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum distance from the end of the previous procedure that an airway waypoint will be considered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxWaypointRange() As Double
[C#]
public double MaxWaypointRange {get; set;}
[Managed C++]
public: __property double get_MaxWaypointRange();
public: __property void set_MaxWaypointRange( double );
[Unmanaged C++]
public: HRESULT get_MaxWaypointRange(
    double * pVal
);
public: HRESULT put_MaxWaypointRange(
    double newVal
);
[Java]
public double getMaxWaypointRange();
public void setMaxWaypointRange(
    double
);
[Python - STK API ]
@property
def MaxWaypointRange(self) -> float:

@MaxWaypointRange.setter
def MaxWaypointRange(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.