Click or drag to resize

StkSatelliteDatabaseGetEntries Method

Gets all of the entries in the database.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<StkSatelliteDatabaseEntry> GetEntries()

Return Value

Type: ListStkSatelliteDatabaseEntry
A list of entries in the database.
See Also