STK ObjectsSend comments on this topic.
Declination Property (IAgOrbitStateSpherical)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_Declination(
    double vDeclination
);
[Java]
public double getDeclination();
public void setDeclination(
    double
);
[Python - STK API ]
@property
def Declination(self) -> float:

@Declination.setter
def Declination(self, vDeclination:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.