CcsdsOrbitEphemerisMessageSegmentEphemerisDataComments Property  | 
 
            Gets a collection containing comments from
            the ephemeris data of a segment of a CCSDS OEM file.
            
 
    Namespace: 
   AGI.Foundation.Ccsds
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<string> EphemerisDataComments { get; }Public ReadOnly Property EphemerisDataComments As List(Of String)
	Get
public:
property List<String^>^ EphemerisDataComments {
	List<String^>^ get ();
}member EphemerisDataComments : List<string> with get
Property Value
Type: 
ListString
See Also