AGI STK Astrogator 11 Send comments on this topic.
MeanAnomaly Property (IAgVAElementDelaunay)
See Also 





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 (l). 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 * pRetVal
);
public: HRESULT put_MeanAnomaly(
VARIANT NewMeanAnomaly
);

[Java]
public Variant getMeanAnomaly();public void setMeanAnomaly(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1