EarthOrientationParametersFileDownloadData Method (IWebProxy) |
Downloads the latest EOP file (EOP-v1.1.txt) from an Analytical Graphics Inc. server and returns the contents of the file as
EarthOrientationParameters.
This method connects via FTP to STK11-Online-Ops.agi.com.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 21.1.408.0 (21.1.408.0)
Syntaxpublic static EarthOrientationParameters DownloadData(
IWebProxy proxy
)
Public Shared Function DownloadData (
proxy As IWebProxy
) As EarthOrientationParameters
public:
static EarthOrientationParameters^ DownloadData(
IWebProxy^ proxy
)
static member DownloadData :
proxy : IWebProxy -> EarthOrientationParameters
Parameters
- proxy
- Type: System.NetIWebProxy
Proxy to use when connecting.
Return Value
Type:
EarthOrientationParametersA
EarthOrientationParameters populated with the data returned from the server.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also