SemAlmanac.DownloadLatestRawAlmanac Method |
Downloads the SEM Almanac from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static string DownloadLatestRawAlmanac()
Public Shared Function DownloadLatestRawAlmanac As String
public:
static String^ DownloadLatestRawAlmanac()
static member DownloadLatestRawAlmanac : unit -> string
Return Value
Type:
StringA string that contains data from the latest almanac.
Exceptions
RemarksNote that an internet connection is required to use this method successfully.
See Also