CcsdsOrbitEphemerisMessageFileReadFrom Method (String) |
Reads the CCSDS OEM file. If it can be parsed as a valid XML document, it will be.
Otherwise, it will be parsed as a key-value notation (KVN) OEM file.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static CcsdsOrbitEphemerisMessageFile ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As CcsdsOrbitEphemerisMessageFile
public:
static CcsdsOrbitEphemerisMessageFile^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> CcsdsOrbitEphemerisMessageFile
Parameters
- fileName
- Type: SystemString
The name of the CCSDS OEM file from which to read.
Return Value
Type:
CcsdsOrbitEphemerisMessageFile
A container for
segments containing
ephemeris and covariance data from the file.
Exceptions See Also