SemAlmanacRecordInclinationAngle Property |
Gets the inclination angle.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double InclinationAngle { get; }
Public ReadOnly Property InclinationAngle As Double
Get
public:
virtual property double InclinationAngle {
double get () sealed;
}
abstract InclinationAngle : float with get
override InclinationAngle : float with get
Property Value
Type:
Double
Units:
radImplements
IGpsElementsInclinationAngleRemarks
This property includes the 0.30 semicircle reference value
(
IZero) and has been converted to radians.
Use
InclinationOffset to obtain the original value from the almanac.
See Also