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