SinglePointStoppablePropagatorResultsEphemeris Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.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:
DateMotionCollectionCartesian
See Also