Click or drag to resize

CcsdsOrbitEphemerisMessageSegment.EphemerisData Property

Gets or sets the ephemeris data.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DateMotionCollection<Cartesian> EphemerisData { get; set; }

Property Value

Type: DateMotionCollection<Cartesian>
Remarks

Note that these are converted from km in OEM files to meters for storage. Writing new OEM files converts them back to km.

See Also