CcsdsOrbitEphemerisMessageSegmentReferenceFrameEpoch Property |
Gets or sets the epoch of reference frame, if not
intrinsic to the definition of the reference frame.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate? ReferenceFrameEpoch { get; set; }
Public Property ReferenceFrameEpoch As JulianDate?
Get
Set
public:
property Nullable<JulianDate> ReferenceFrameEpoch {
Nullable<JulianDate> get ();
void set (Nullable<JulianDate> value);
}
member ReferenceFrameEpoch : Nullable<JulianDate> with get, set
Property Value
Type:
NullableJulianDateSee Also