Gets or sets the angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate (l). Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeanAnomaly() As System.Object |
[C#] |
---|
public System.Object MeanAnomaly {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MeanAnomaly(); |
[Unmanaged C++] |
---|
public: HRESULT get_MeanAnomaly( VARIANT * pVal ); public: HRESULT put_MeanAnomaly( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMeanAnomaly(); public void setMeanAnomaly( AgVariant ); |