STK ObjectsSend comments on this topic.
MeanLongitude Property (IAgOrbitStateEquinoctial)
See Also
Windows





Windows & Linux

Description

Specifies a satellite's position within its orbit at epoch and equals the sum of the classical RAAN, Argument of Perigee, and Mean Anomaly. Uses Angle dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanLongitude() As Double
[C#]
public double MeanLongitude {get; set;}
[Managed C++]
public: __property double get_MeanLongitude();
public: __property void set_MeanLongitude( double );
[Unmanaged C++]
public: HRESULT get_MeanLongitude(
    double * pVal
);
public: HRESULT put_MeanLongitude(
    double vMeanLongitude
);
[Java]
public double getMeanLongitude();
public void setMeanLongitude(
    double
);
[Python - STK API ]
@property
def MeanLongitude(self) -> float:

@MeanLongitude.setter
def MeanLongitude(self, vMeanLongitude:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.