Gets or sets the rotation rate; the rate of the central body's rotation. Uses AngleRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RotationRate() As Double |
[C#] |
---|
public double RotationRate {get; set;} |
[Managed C++] |
---|
public: __property double get_RotationRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotationRate( double * pVal ); public: HRESULT put_RotationRate( double newVal ); |
[Java] |
---|
public double getRotationRate(); public void setRotationRate( double ); |