Click or drag to resize

SatelliteOutageFileReadFrom Method (String)

Reads a SatelliteOutageFile from a file.

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

Parameters

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

Return Value

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