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.2.419.0 (24.2.419.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
ArgumentNullException Thrown when fileName is .
See Also