AGI STK Astrogator 11 Send comments on this topic.
Declination Property (IAgVACbAttitudeIAU1994)
See Also 





Description

The declination; the angle from the X-Y plane of the coordinate system to the spin axis vector. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Declination() As System.Object

[C#]
public System.Object Declination {get; set;}

[Managed C++]
public: __property VARIANT get_Declination();
public: __property void set_Declination(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Declination(
VARIANT * pRetVal
);
public: HRESULT put_Declination(
VARIANT NewDeclination
);

[Java]
public Variant getDeclination();public void setDeclination(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1