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