SemAlmanacRecordArgumentOfPerigee Property |
Gets the argument of perigee.
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 ArgumentOfPerigee { get; }
Public ReadOnly Property ArgumentOfPerigee As Double
Get
public:
virtual property double ArgumentOfPerigee {
double get () sealed;
}
abstract ArgumentOfPerigee : float with get
override ArgumentOfPerigee : float with get
Property Value
Type:
Double
Units:
radImplements
IGpsElementsArgumentOfPerigeeRemarks
This property is the argument of perigee converted to radians. Use
ArgumentOfPerigeeSemicircles
to obtain the original value from the almanac.
See Also