SP3cEphemerisReadFrom Method (String) |
Reads the SP3 version C file from a file and returns a
SP3cEphemeris record.
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 SP3cEphemeris ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As SP3cEphemeris
public:
static SP3cEphemeris^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> SP3cEphemeris
Parameters
- fileName
- Type: SystemString
The name of the SP3c file from which to read.
Return Value
Type:
SP3cEphemerisSP3cEphemeris.
Exceptions See Also