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





Description

The mean longitude rate of change. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MeanLongitudeRate();
public: __property void set_MeanLongitudeRate(
double
);

[Unmanaged C++]
public: HRESULT get_MeanLongitudeRate(
double * pRetVal
);
public: HRESULT put_MeanLongitudeRate(
double NewMeanLongitudeRate
);

[Java]
public double getMeanLongitudeRate();public void setMeanLongitudeRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1