Click or drag to resize

PredictionSupportFileReadFrom Method (String)

Reads a PredictionSupportFile in version 1 format.

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 PredictionSupportFile ReadFrom(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the PredictionSupportFile from which to read.

Return Value

Type: PredictionSupportFile
A PredictionSupportFile instance containing the data read from the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is .
See Also