Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static CcsdsOrbitEphemerisMessageFile ReadFrom(
	string filename
)

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
ExceptionCondition
ArgumentNullExceptionThrown if the filename is .
See Also