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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static StkSatelliteDatabase Download(
	IWebProxy proxy
)
Public Shared Function Download ( 
	proxy As IWebProxy
) As StkSatelliteDatabase
public:
static StkSatelliteDatabase^ Download(
	IWebProxy^ proxy
)
static member Download : 
        proxy : IWebProxy -> StkSatelliteDatabase 
Parameters
- proxy
 - Type: System.NetIWebProxy
Proxy to use when connecting. 
Return Value
Type: 
StkSatelliteDatabaseA 
StkSatelliteDatabase containing satellite information.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also