STK AviatorSend comments on this topic.
GetWaypoints Method (IAgAvtrProcedureAirway)
See Also
Windows





Windows & Linux

Description

Get a list of available waypoints for the airway.

Syntax

[Visual Basic .NET]
Public Function GetWaypoints() As System.Array
[C#]
public System.Array GetWaypoints();
[Managed C++]
public: System::Array GetWaypoints();
[Unmanaged C++]
public: HRESULT GetWaypoints(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getWaypoints();
[Python - STK API ]
def GetWaypoints(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.