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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProperMotionRightAscension() As Double |
[C#] |
---|
public double ProperMotionRightAscension {get; set;} |
[Managed C++] |
---|
public: __property double get_ProperMotionRightAscension(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProperMotionRightAscension( double * pProperMotionRightAscension ); public: HRESULT put_ProperMotionRightAscension( double pProperMotionRightAscension ); |
[Java] |
---|
public double getProperMotionRightAscension(); public void setProperMotionRightAscension( double ); |