Click or drag to resize

PredictionSupportFileDownloadRawPredictionSupportFile Method (JulianDate)

Downloads the Prediction Support File 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: 24.1.418.0 (24.1.418.0)
Syntax
public static string DownloadRawPredictionSupportFile(
	JulianDate dateOfPsf
)

Parameters

dateOfPsf
Type: AGI.Foundation.TimeJulianDate
Date for which the PredictionSupportFile is needed.

Return Value

Type: String
A string containing the contents of the Prediction Support File returned from the server.
Exceptions
ExceptionCondition
DataUnavailableExceptionThrown when the data cannot be retrieved from the server.
See Also