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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
DateMotionCollectionCartesian
See Also