SemAlmanacRecordLongitudeOfAscendingNodeSemicircles Property  | 
 
            Gets or sets the geographic longitude of the orbital plane at the weekly epoch, in semicircles.
            
 
    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 LongitudeOfAscendingNodeSemicircles { get; set; }Public Property LongitudeOfAscendingNodeSemicircles As Double
	Get
	Set
public:
property double LongitudeOfAscendingNodeSemicircles {
	double get ();
	void set (double value);
}member LongitudeOfAscendingNodeSemicircles : float with get, set
Property Value
Type: 
Double
Remarks
            This is the actual value from the almanac  
LongitudeOfAscendingNode returns
            the longitude of the orbital plane in radians.
See Also