Click or drag to resize

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

Parameters

proxy
Type: System.Net.IWebProxy
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