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 AgVariant getMeanMotion();
public void setMeanMotion(
AgVariant
);
|
[Python - STK API] |
---|
@property
def MeanMotion(self) -> typing.Any:
@MeanMotion.setter
def MeanMotion(self, MM:typing.Any) -> None:
|
See Also