PredictionSupportFileReadFrom Method (String) | 
  
    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 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