SP3cEphemerisClockEvent Property |
Gets the clock event times as indicated by the clock event flag in the position 'P' record
If the flag is set for this time, there was a clock event after the previous epoch or at this epoch.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SP3cEphemerisData<JulianDate> ClockEvent { get; }
Public ReadOnly Property ClockEvent As SP3cEphemerisData(Of JulianDate)
Get
public:
property SP3cEphemerisData<JulianDate>^ ClockEvent {
SP3cEphemerisData<JulianDate>^ get ();
}
member ClockEvent : SP3cEphemerisData<JulianDate> with get
Property Value
Type:
SP3cEphemerisDataJulianDate
See Also