Description
The average angular rate of the satellite based on 2 body motion. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MeanMotion() As Double
|
| [C#] |
|---|
public double MeanMotion {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MeanMotion(); public: __property void set_MeanMotion( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MeanMotion( double * pRetVal ); public: HRESULT put_MeanMotion( double NewMeanMotion );
|
| [Java] |
|---|
public double getMeanMotion();public void setMeanMotion( double );
|
See Also