StkSatelliteDatabase.GetOwners Method |
Gets the owners 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> GetOwners()
Public Function GetOwners As List(Of String)
public:
List<String^>^ GetOwners()
member GetOwners : unit -> List<string>
Return Value
Type:
List<String>A list of the owners in the database.
See Also