Description
Defined as 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 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 * pVal
);
public: HRESULT put_Declination(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getDeclination();
public void setDeclination(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Declination(self) -> typing.Any:
@Declination.setter
def Declination(self, newVal:typing.Any) -> None:
|
See Also