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





Windows & Linux

Description

Motion of the star relative to the solar system barycenter expressed in arc seconds per year. Here, right ascension refers to motion in the equatorial plane measured in a right-handed sense about the inertial Z-axis from the inertial X-axis. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProperMotionRightAscension() As Double
[C#]
public double ProperMotionRightAscension {get; set;}
[Managed C++]
public: __property double get_ProperMotionRightAscension();
public: __property void set_ProperMotionRightAscension( double );
[Unmanaged C++]
public: HRESULT get_ProperMotionRightAscension(
    double * pProperMotionRightAscension
);
public: HRESULT put_ProperMotionRightAscension(
    double pProperMotionRightAscension
);
[Java]
public double getProperMotionRightAscension();
public void setProperMotionRightAscension(
    double
);
[Python - STK API ]
@property
def ProperMotionRightAscension(self) -> float:

@ProperMotionRightAscension.setter
def ProperMotionRightAscension(self, pProperMotionRightAscension:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.