CcsdsOrbitEphemerisMessageSegmentEphemerisData Property |
Gets or sets the ephemeris data.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Cartesian> EphemerisData { get; set; }
Public Property EphemerisData As DateMotionCollection(Of Cartesian)
Get
Set
public:
property DateMotionCollection<Cartesian>^ EphemerisData {
DateMotionCollection<Cartesian>^ get ();
void set (DateMotionCollection<Cartesian>^ value);
}
member EphemerisData : DateMotionCollection<Cartesian> with get, set
Property Value
Type:
DateMotionCollectionCartesianRemarks
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