STK AviatorSend comments on this topic.
GetSegments Method (IAgAvtrProcedureAirwayRouter)
See Also
Windows





Windows & Linux

Description

Get a list of the current route's individual procedures.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.