AGI STK Objects 11 Send comments on this topic.
MeanAnomaly Property (IAgOrbitStateDelaunay)
See Also 





Description

Mean Anomaly (l). Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanAnomaly() As Double

[C#]
public double MeanAnomaly {get; set;}

[Managed C++]
public: __property double get_MeanAnomaly();
public: __property void set_MeanAnomaly(
double
);

[Unmanaged C++]
public: HRESULT get_MeanAnomaly(
double * pRetVal
);
public: HRESULT put_MeanAnomaly(
double NewMeanAnomaly
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1