Description
A measure of the osculating period of the orbit, expressed as an angular rate. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MeanMotion() As System.Object
|
| [C#] |
|---|
public System.Object MeanMotion {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_MeanMotion(); public: __property void set_MeanMotion(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MeanMotion(
VARIANT * pVal
);
public: HRESULT put_MeanMotion(
VARIANT MM
);
|
| [Java] |
|---|
public VARIANT getMeanMotion();
public void setMeanMotion(
VARIANT
);
|
See Also