STK ObjectsSend comments on this topic.
ProperMotionDeclination 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, 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 * pProperMotionDeclination
);
public: HRESULT put_ProperMotionDeclination(
    double pProperMotionDeclination
);
[Java]
public double getProperMotionDeclination();
public void setProperMotionDeclination(
    double
);
[Python - STK API ]
@property
def ProperMotionDeclination(self) -> float:

@ProperMotionDeclination.setter
def ProperMotionDeclination(self, pProperMotionDeclination:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.