Click or drag to resize

RinexObservationReadFrom Method (String)

Reads a RINEX Observation file from the specified filename.

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

Parameters

fileName
Type: SystemString
The name of the file from which to read the observation data.

Return Value

Type: RinexObservation
The RinexObservation object representing the data in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is .
FormatExceptionThrown when the format of the data is incorrect
See Also