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





Windows & Linux

Description

Gets or sets the maximum number of airway waypoints that the procedure will consider for each segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxWaypointCount() As Integer
[C#]
public int MaxWaypointCount {get; set;}
[Managed C++]
public: __property int get_MaxWaypointCount();
public: __property void set_MaxWaypointCount( int );
[Unmanaged C++]
public: HRESULT get_MaxWaypointCount(
    long * pVal
);
public: HRESULT put_MaxWaypointCount(
    long newVal
);
[Java]
public int getMaxWaypointCount();
public void setMaxWaypointCount(
    int
);
[Python - STK API ]
@property
def MaxWaypointCount(self) -> int:

@MaxWaypointCount.setter
def MaxWaypointCount(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.