The rate of change of the right ascension. Uses Angle Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RightAscensionRate() As Double |
[C#] |
---|
public double RightAscensionRate {get; set;} |
[Managed C++] |
---|
public: __property double get_RightAscensionRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_RightAscensionRate( double * pVal ); public: HRESULT put_RightAscensionRate( double newVal ); |
[Java] |
---|
public double getRightAscensionRate(); public void setRightAscensionRate( double ); |