SinglePointStoppablePropagatorResults.Ephemeris Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
DateMotionCollection<Cartesian>
See Also