SemAlmanacDownloadLatestAlmanac Method |
Downloads the latest almanac from an AGI server.
This method connects via HTTPS to ftp.agi.com.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SemAlmanac DownloadLatestAlmanac()
Public Shared Function DownloadLatestAlmanac As SemAlmanac
public:
static SemAlmanac^ DownloadLatestAlmanac()
static member DownloadLatestAlmanac : unit -> SemAlmanac
Return Value
Type:
SemAlmanacA
SemAlmanac that contains data from the latest almanac.
Exceptions Remarks Note that an internet connection is required to use this method successfully.
See Also