PredictionSupportFileDownloadPredictionSupportFile Method (JulianDate) |
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a
PredictionSupportFile.
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 PredictionSupportFile DownloadPredictionSupportFile(
JulianDate dateOfPsf
)
Public Shared Function DownloadPredictionSupportFile (
dateOfPsf As JulianDate
) As PredictionSupportFile
public:
static PredictionSupportFile^ DownloadPredictionSupportFile(
JulianDate dateOfPsf
)
static member DownloadPredictionSupportFile :
dateOfPsf : JulianDate -> PredictionSupportFile
Parameters
- dateOfPsf
- Type: AGI.Foundation.TimeJulianDate
Date for which the PredictionSupportFile is needed.
Return Value
Type:
PredictionSupportFileA
PredictionSupportFile populated with the data returned from the server.
Exceptions See Also