StkSatelliteDatabaseGetMissions Method  | 
 
            Gets the missions of the spacecraft in the database.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<string> GetMissions()
Public Function GetMissions As List(Of String)
public:
List<String^>^ GetMissions()
member GetMissions : unit -> List<string> 
Return Value
Type: 
ListStringA list of the missions in the database.
See Also