Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static StkSatelliteDatabase Download(
	IWebProxy proxy,
	StkSatelliteDatabaseType type
)

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: StkSatelliteDatabase
A StkSatelliteDatabase containing satellite information.
Exceptions
ExceptionCondition
DataUnavailableException Thrown when the data cannot be retrieved from the server.
Remarks
Note that an internet connection is required to use this method successfully.
See Also