Description
Specifies a satellite's position within its orbit at epoch and equals the sum of the classical Right Ascension of the Ascending Node, Argument of Perigee, and Mean Anomaly. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MeanLongitude() As System.Object
|
[C#] |
---|
public System.Object MeanLongitude {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_MeanLongitude(); public: __property void set_MeanLongitude(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MeanLongitude(
VARIANT * pVal
);
public: HRESULT put_MeanLongitude(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getMeanLongitude();
public void setMeanLongitude(
AgVariant
);
|
[Python - STK API] |
---|
@property
def MeanLongitude(self) -> typing.Any:
@MeanLongitude.setter
def MeanLongitude(self, newVal:typing.Any) -> None:
|
See Also