CcsdsOrbitEphemerisMessageSegmentReferenceFrameName Property |
Gets or sets the name of the reference frame in which the
ephemeris data are given.
The reference frame must be the same for all data elements,
with the exception of the covariance matrix, for which an
applicable different reference frame may be specified.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string ReferenceFrameName { get; set; }
Public Property ReferenceFrameName As String
Get
Set
public:
property String^ ReferenceFrameName {
String^ get ();
void set (String^ value);
}
member ReferenceFrameName : string with get, set
Property Value
Type:
StringSee Also