AGI STK Astrogator 11 Send comments on this topic.
MeanMotion Property (IAgVAElementKeplerian)
See Also 





Description

The uniform rate of the satellite in a circular orbit of the same period, typically expressed as degrees or radians per second, or as revolutions per day. Uses AngleRate dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MeanMotion();
public: __property void set_MeanMotion(
double
);

[Unmanaged C++]
public: HRESULT get_MeanMotion(
double * pRetVal
);
public: HRESULT put_MeanMotion(
double NewMeanMotion
);

[Java]
public double getMeanMotion();public void setMeanMotion(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1