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