SinglePointStoppablePropagatorResultsEphemeris Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Cartesian> Ephemeris { get; }
Public ReadOnly Property Ephemeris As DateMotionCollection(Of Cartesian)
Get
public:
property DateMotionCollection<Cartesian>^ Ephemeris {
DateMotionCollection<Cartesian>^ get ();
}
member Ephemeris : DateMotionCollection<Cartesian> with get
Property Value
Type:
DateMotionCollectionCartesianSee Also