AGI STK Astrogator 11 Send comments on this topic.
MeanLongitude Property (IAgVACbEphemerisAnalyticOrbit)
See Also 





Description

The mean longitude; the sum of the Right Ascension of the Ascending Node, the Argument of Periapsis and the 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 * pRetVal
);
public: HRESULT put_MeanLongitude(
VARIANT NewMeanLongitude
);

[Java]
public Variant getMeanLongitude();public void setMeanLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1