RinexNavigation.ReadFrom Method (String) |
Reads a RINEX Navigation file from the specified file.
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 RinexNavigation ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As RinexNavigation
public:
static RinexNavigation^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> RinexNavigation
Parameters
- fileName
- Type: System.String
The name of the file from which to read the broadcast ephemeris.
Return Value
Type:
RinexNavigationThe ephemeris read from the file.
Exceptions
See Also