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