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





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 * pRetVal
);
public: HRESULT put_LocationDeclination(
VARIANT NewLocationDeclination
);

[Java]
public Variant getLocationDeclination();public void setLocationDeclination(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1