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 * pRetVal ); public: HRESULT put_Declination( VARIANT NewDeclination );
|
| [Java] |
|---|
public Variant getDeclination();public void setDeclination( Variant );
|
See Also