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 * pRetVal ); public: HRESULT put_MeanMotion( VARIANT NewMeanMotion );
|
[Java] |
---|
public Variant getMeanMotion(); public void setMeanMotion( Variant );
|
See Also