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.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeanLongitude() As Double |
[C#] |
---|
public double MeanLongitude {get; set;} |
[Managed C++] |
---|
public: __property double get_MeanLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MeanLongitude( double * pVal ); public: HRESULT put_MeanLongitude( double vMeanLongitude ); |
[Java] |
---|
public double getMeanLongitude(); public void setMeanLongitude( double ); |