Get a collection of the aircraft's payload stations.
[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": |