Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ProperMotionDeclination() As Double
|
[C#] |
---|
public double ProperMotionDeclination {get; set;}
|
[Managed C++] |
---|
public: __property double get_ProperMotionDeclination(); public: __property void set_ProperMotionDeclination( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_ProperMotionDeclination( double * pRetVal ); public: HRESULT put_ProperMotionDeclination( double NewProperMotionDeclination );
|
[Java] |
---|
public double getProperMotionDeclination();public void setProperMotionDeclination( double );
|
See Also