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