Description
The angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MeanAnomaly() As System.Object
|
[C#] |
---|
public System.Object MeanAnomaly {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_MeanAnomaly(); public: __property void set_MeanAnomaly(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MeanAnomaly(
VARIANT * pVal
);
public: HRESULT put_MeanAnomaly(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getMeanAnomaly();
public void setMeanAnomaly(
AgVariant
);
|
[Python - STK API] |
---|
@property
def MeanAnomaly(self) -> typing.Any:
@MeanAnomaly.setter
def MeanAnomaly(self, newVal:typing.Any) -> None:
|
See Also