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