CcsdsOrbitEphemerisMessageSegmentCovarianceAxesNames Property |
Gets or sets a collection containing names for covariance axes that
are different from those of the reference frame.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<string> CovarianceAxesNames { get; set; }
Public Property CovarianceAxesNames As DateMotionCollection(Of String)
Get
Set
public:
property DateMotionCollection<String^>^ CovarianceAxesNames {
DateMotionCollection<String^>^ get ();
void set (DateMotionCollection<String^>^ value);
}
member CovarianceAxesNames : DateMotionCollection<string> with get, set
Property Value
Type:
DateMotionCollectionStringSee Also