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 * pRetVal
);
public: HRESULT put_RotationRate(
double NewRotationRate
);
|
| [Java] |
public double getRotationRate();public void setRotationRate(
double
);
|
See Also