PredictionSupportFileReadFrom Method (String) |
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 ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As PredictionSupportFile
public:
static PredictionSupportFile^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> PredictionSupportFile
Parameters
- fileName
- Type: SystemString
The name of the PredictionSupportFile from which to read.
Return Value
Type:
PredictionSupportFileA
PredictionSupportFile instance containing the data read from the file.
Exceptions See Also