CcsdsOrbitEphemerisMessageSegmentMetaDataComments Property |
Gets a collection containing comments from
the metadata 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> MetaDataComments { get; }
Public ReadOnly Property MetaDataComments As List(Of String)
Get
public:
property List<String^>^ MetaDataComments {
List<String^>^ get ();
}
member MetaDataComments : List<string> with get
Property Value
Type:
ListStringSee Also