SemAlmanacRecordInclinationOffset Property |
Gets or sets the orbit inclination angle offset in semicircles.
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 InclinationOffset { get; set; }
Public Property InclinationOffset As Double
Get
Set
public:
property double InclinationOffset {
double get ();
void set (double value);
}
member InclinationOffset : float with get, set
Property Value
Type:
DoubleRemarks
This is the actual value from the almanac. It does not include
the 0.30 semicircle reference value (
IZero).
InclinationAngle returns the complete inclination angle in radians.
See Also