Description
The rate of change of the satellite's longitude. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LongitudeRate() As Double
|
| [C#] |
|---|
public double LongitudeRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LongitudeRate(); public: __property void set_LongitudeRate(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LongitudeRate(
double * pVal
);
public: HRESULT put_LongitudeRate(
double newVal
);
|
| [Java] |
|---|
public double getLongitudeRate();
public void setLongitudeRate(
double
);
|
| [Python - STK API] |
|---|
@property
def LongitudeRate(self) -> float:
@LongitudeRate.setter
def LongitudeRate(self, newVal:float) -> None:
|
See Also