| YumaAlmanacRecordSineCorrectionToArgumentOfLatitude Property  | 
 
            Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double SineCorrectionToArgumentOfLatitude { get; }Public ReadOnly Property SineCorrectionToArgumentOfLatitude As Double
	Get
public:
virtual property double SineCorrectionToArgumentOfLatitude {
	double get () sealed;
}abstract SineCorrectionToArgumentOfLatitude : float with get
override SineCorrectionToArgumentOfLatitude : float with get
Property Value
Type: 
Double
            Units: 
radImplements
IGpsElementsSineCorrectionToArgumentOfLatitude Remarks
Remarks
            This property always returns 0.0 because Yuma almanacs do not include this information.
            
 See Also
See Also