StkCityDatabaseGetCentralBodies Method |
Gets the central bodies in the database.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<string> GetCentralBodies()
Public Function GetCentralBodies As List(Of String)
public:
List<String^>^ GetCentralBodies()
member GetCentralBodies : unit -> List<string>
Return Value
Type:
ListStringA list of the central bodies in the database.
See Also