STK AstrogatorSend comments on this topic.
MeanLongitudeRate Property (IAgVACbEphemerisAnalyticOrbit)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_MeanLongitudeRate(
    double newVal
);
[Java]
public double getMeanLongitudeRate();
public void setMeanLongitudeRate(
    double
);
[Python - STK API ]
@property
def MeanLongitudeRate(self) -> float:

@MeanLongitudeRate.setter
def MeanLongitudeRate(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.