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