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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
RemarksNote that an internet connection is required to use this method successfully.
See Also