AGI STK Objects 11Send comments on this topic.
MeanLongitude Property (IAgOrbitStateEquinoctial)
See Also 
Windows






Windows & Linux

Description

Specifies a satellite's position within its orbit at epoch and equals the sum of the classical RAAN, Argument of Perigee, and Mean Anomaly. Uses Angle dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanLongitude() As Double
[C#]
public double MeanLongitude {get; set;}
[Managed C++]
public: __property double get_MeanLongitude();
public: __property void set_MeanLongitude(
   double
);
[Unmanaged C++]
public: HRESULT get_MeanLongitude(
   double * pRetVal
);
public: HRESULT put_MeanLongitude(
   double NewMeanLongitude
);
[Java]
public double getMeanLongitude();public void setMeanLongitude(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.