StkSatelliteDatabaseDownload Method (IWebProxy, StkSatelliteDatabaseType) |
Downloads a current 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(
IWebProxy proxy,
StkSatelliteDatabaseType type
)
Public Shared Function Download (
proxy As IWebProxy,
type As StkSatelliteDatabaseType
) As StkSatelliteDatabase
public:
static StkSatelliteDatabase^ Download(
IWebProxy^ proxy,
StkSatelliteDatabaseType type
)
static member Download :
proxy : IWebProxy *
type : StkSatelliteDatabaseType -> StkSatelliteDatabase
Parameters
- proxy
- Type: System.NetIWebProxy
Proxy to use when connecting. - type
- Type: AGI.Foundation.StkStkSatelliteDatabaseType
The type of satellite database to download.
Return Value
Type:
StkSatelliteDatabaseA
StkSatelliteDatabase containing satellite information.
Exceptions Remarks Note that an internet connection is required to use this method successfully.
See Also