KozaiIzsakMeanElementsArgumentOfLatitude Property  | 
 
            Gets the argument of latitude of the orbit (radians).
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ArgumentOfLatitude { get; }Public ReadOnly Property ArgumentOfLatitude As Double
	Get
public:
property double ArgumentOfLatitude {
	double get ();
}member ArgumentOfLatitude : float with get
Property Value
Type: 
Double
RemarksThe argument of latitude, u, is the sum of the argument of periapsis and the true anomaly.
See Also