PredictionSupportFileReadFrom Method (TextReader) |
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(
TextReader reader
)
Public Shared Function ReadFrom (
reader As TextReader
) As PredictionSupportFile
public:
static PredictionSupportFile^ ReadFrom(
TextReader^ reader
)
static member ReadFrom :
reader : TextReader -> PredictionSupportFile
Parameters
- reader
- Type: System.IOTextReader
The reader from which to read the PredictionSupportFile.
Return Value
Type:
PredictionSupportFileA
PredictionSupportFile instance containing the data read from the reader.
Exceptions See Also