RinexMeteorologicalReadFrom Method (String) |
Reads a RINEX Meteorological file from the specified filename.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static RinexMeteorological ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As RinexMeteorological
public:
static RinexMeteorological^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> RinexMeteorological
Parameters
- fileName
- Type: SystemString
The name of the file from which to read the meteorological data.
Return Value
Type:
RinexMeteorologicalThe meteorological data read from the file.
Exceptions See Also