Annual parallax: motion of a star due to changes in the Earth's position relative to the solar system barycenter. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Parallax() As System.Object |
[C#] |
---|
public System.Object Parallax {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Parallax(); |
[Unmanaged C++] |
---|
public: HRESULT get_Parallax( VARIANT * pProperMotionParallax ); public: HRESULT put_Parallax( VARIANT pProperMotionParallax ); |
[Java] |
---|
public AgVariant getParallax(); public void setParallax( AgVariant ); |