Description
The right ascension rate; the rate of change in the right ascension. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RightAscensionRate() As Double
|
| [C#] |
|---|
public double RightAscensionRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RightAscensionRate(); public: __property void set_RightAscensionRate( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RightAscensionRate( double * pRetVal ); public: HRESULT put_RightAscensionRate( double NewRightAscensionRate );
|
| [Java] |
|---|
public double getRightAscensionRate(); public void setRightAscensionRate( double );
|
See Also