Click or drag to resize

SatelliteOutageFileReadFrom Method (Stream)

Reads a SatelliteOutageFile from a stream.

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 SatelliteOutageFile ReadFrom(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream from which to read the SatelliteOutageFile.

Return Value

Type: SatelliteOutageFile
A SatelliteOutageFile instance containing the data read from the stream.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when stream is .
See Also