SP3dEphemerisClockCorrection Property  | 
 
            Gets the clock data, by Satellite Identifier.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SP3dEphemerisData<double> ClockCorrection { get; }Public ReadOnly Property ClockCorrection As SP3dEphemerisData(Of Double)
	Get
public:
property SP3dEphemerisData<double>^ ClockCorrection {
	SP3dEphemerisData<double>^ get ();
}member ClockCorrection : SP3dEphemerisData<float> with get
Property Value
Type: 
SP3dEphemerisDataDouble
RemarksThe clock correction is returned in microseconds.
See Also