Motion of the star relative to the solar system barycenter expressed in arc seconds per year. Here, declination refers to motion from the inertial equator measured towards the inertial positive Z-axis. Uses AngleRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProperMotionDeclination() As Double |
[C#] |
---|
public double ProperMotionDeclination {get; set;} |
[Managed C++] |
---|
public: __property double get_ProperMotionDeclination(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProperMotionDeclination( double * pProperMotionDeclination ); public: HRESULT put_ProperMotionDeclination( double pProperMotionDeclination ); |
[Java] |
---|
public double getProperMotionDeclination(); public void setProperMotionDeclination( double ); |