STK ObjectsSend comments on this topic.
Parallax Property (IAgStar)
See Also
Windows





Windows & Linux

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 * pProperMotionParallax
);
public: HRESULT put_Parallax(
    VARIANT pProperMotionParallax
);
[Java]
public AgVariant getParallax();
public void setParallax(
    AgVariant
);
[Python - STK API ]
@property
def Parallax(self) -> typing.Any:

@Parallax.setter
def Parallax(self, pProperMotionParallax:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.