AGI STK Objects 11Send comments on this topic.
Declination Property (IAgOrbitStateSpherical)
See Also 
Windows






Windows & Linux

Description

The angle between the satellite position vector and the inertial equatorial plane measured as positive toward the positive inertial Z axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Declination() As Double
[C#]
public double Declination {get; set;}
[Managed C++]
public: __property double get_Declination();
public: __property void set_Declination(
   double
);
[Unmanaged C++]
public: HRESULT get_Declination(
   double * pRetVal
);
public: HRESULT put_Declination(
   double NewDeclination
);
[Java]
public double getDeclination();public void setDeclination(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.