CcsdsOrbitEphemerisMessageSegmentCovarianceDataComments Property |
Gets a collection containing comments from
the covariance data of a segment of a CCSDS OEM file.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<string> CovarianceDataComments { get; }
Public ReadOnly Property CovarianceDataComments As List(Of String)
Get
public:
property List<String^>^ CovarianceDataComments {
List<String^>^ get ();
}
member CovarianceDataComments : List<string> with get
Property Value
Type:
ListStringSee Also