Description
The rotation rate; the rate of the central body's rotation. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RotationRate() As Double
|
| [C#] |
|---|
public double RotationRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RotationRate(); public: __property void set_RotationRate(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RotationRate(
double * pVal
);
public: HRESULT put_RotationRate(
double newVal
);
|
| [Java] |
|---|
public double getRotationRate();
public void setRotationRate(
double
);
|
| [Python - STK API] |
|---|
@property
def RotationRate(self) -> float:
@RotationRate.setter
def RotationRate(self, newVal:float) -> None:
|
See Also