YumaAlmanacRecordLongitudeOfAscendingNode Property |
Gets or sets the longitude of ascending node of orbit plane at weekly epoch.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double LongitudeOfAscendingNode { get; set; }
Public Property LongitudeOfAscendingNode As Double
Get
Set
public:
virtual property double LongitudeOfAscendingNode {
double get () sealed;
void set (double value) sealed;
}
abstract LongitudeOfAscendingNode : float with get, set
override LongitudeOfAscendingNode : float with get, set
Property Value
Type:
Double
Units:
radImplements
IGpsElementsLongitudeOfAscendingNode
See Also