AGI STK Objects 11 Send comments on this topic.
ProperMotionDeclination Property (IAgStar)
See Also 





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 * pRetVal
);
public: HRESULT put_ProperMotionDeclination(
double NewProperMotionDeclination
);

[Java]
public double getProperMotionDeclination();public void setProperMotionDeclination(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1