Covariance6By6TwoBodyBlenderOrbitStates Property |
Gets or sets the position and velocity vectors of the spacecraft at the same times
as the
CovarianceData.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Cartesian> OrbitStates { get; set; }
Public Property OrbitStates As DateMotionCollection(Of Cartesian)
Get
Set
public:
property DateMotionCollection<Cartesian>^ OrbitStates {
DateMotionCollection<Cartesian>^ get ();
void set (DateMotionCollection<Cartesian>^ value);
}
member OrbitStates : DateMotionCollection<Cartesian> with get, set
Property Value
Type:
DateMotionCollectionCartesianSee Also