STK AviatorSend comments on this topic.
GetStations Method (IAgAvtrConfiguration)
See Also
Windows





Windows & Linux

Description

Get a collection of the aircraft's payload stations.

Syntax

[Visual Basic .NET]
Public Function GetStations() As IAgAvtrStationCollection
[C#]
public IAgAvtrStationCollection GetStations();
[Managed C++]
public: IAgAvtrStationCollection ^ GetStations();
[Unmanaged C++]
public: HRESULT GetStations(
    IAgAvtrStationCollection ** ppStationList
);
[Java]
public IAgAvtrStationCollection getStations();
[Python - STK API ]
def GetStations(self) -> "IAgAvtrStationCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.