CcsdsOrbitEphemerisMessageSegment.Center Property |
Gets or sets the origin of the
ReferenceFrameName,
which may be a natural Solar System body, including any planet
barycenter or the Solar System barycenter, or another spacecraft.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Center { get; set; }
Public Property Center As String
Get
Set
public:
property String^ Center {
String^ get ();
void set (String^ value);
}
member Center : string with get, set
Property Value
Type:
String
See Also