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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1