Click or drag to resize

StkSatelliteDatabaseDownload Method (IWebProxy)

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

Parameters

proxy
Type: System.NetIWebProxy
Proxy to use when connecting.

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