StkSatelliteDatabaseDownload Method |
Downloads the current stkSatDbAll satellite database from an AGI server.
This method connects via HTTPS to data.agi.com.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic static StkSatelliteDatabase Download()
Public Shared Function Download As StkSatelliteDatabase
public:
static StkSatelliteDatabase^ Download()
static member Download : unit -> StkSatelliteDatabase
Return Value
Type:
StkSatelliteDatabaseA
StkSatelliteDatabase containing satellite information.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also