Description
Motion of the star relative to the solar system barycenter expressed in arc seconds per year. Here, right ascension refers to motion in the equatorial plane measured in a right-handed sense about the inertial Z-axis from the inertial X-axis. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ProperMotionRightAscension() As Double
|
| [C#] |
|---|
public double ProperMotionRightAscension {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ProperMotionRightAscension(); public: __property void set_ProperMotionRightAscension( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ProperMotionRightAscension( double * pRetVal ); public: HRESULT put_ProperMotionRightAscension( double NewProperMotionRightAscension );
|
| [Java] |
|---|
public double getProperMotionRightAscension();public void setProperMotionRightAscension( double );
|
See Also