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






Windows & Linux

Description

The star's declination: the angle from the inertial equator measured toward the inertial positive Z-axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocationDeclination() As System.Object
[C#]
public System.Object LocationDeclination {get; set;}
[Managed C++]
public: __property VARIANT get_LocationDeclination();
public: __property void set_LocationDeclination( VARIANT );
[Unmanaged C++]
public: HRESULT get_LocationDeclination(
    VARIANT * pDeclination
);
public: HRESULT put_LocationDeclination(
    VARIANT pDeclination
);
[Java]
public VARIANT getLocationDeclination();
public void setLocationDeclination(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.