StkSatelliteDatabaseDownload Method |
Downloads the current stkSatDbAll satellite database from an AGI server.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 Remarks Note that an internet connection is required to use this method successfully.
See Also