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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
NullableJulianDate
See Also