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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
CcsdsOrbitEphemerisMessageFileA container for
segments containing
ephemeris and covariance data from the file.
Exceptions
See Also