Gets or sets the uniform rate of the satellite in a circular orbit of the same period, typically expressed as degrees or radians per second, or as revolutions per day. Uses AngleRate dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeanMotion() As Double |
[C#] |
---|
public double MeanMotion {get; set;} |
[Managed C++] |
---|
public: __property double get_MeanMotion(); |
[Unmanaged C++] |
---|
public: HRESULT get_MeanMotion( double * pVal ); public: HRESULT put_MeanMotion( double InVal ); |
[Java] |
---|
public double getMeanMotion(); public void setMeanMotion( double ); |