Gets or sets the angle between the angular momentum vector (perpendicular to the plane of the orbit) and the inertial Z axis. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Inclination() As Double |
[C#] |
---|
public double Inclination {get; set;} |
[Managed C++] |
---|
public: __property double get_Inclination(); |
[Unmanaged C++] |
---|
public: HRESULT get_Inclination( double * pVal ); public: HRESULT put_Inclination( double vInclination ); |
[Java] |
---|
public double getInclination(); public void setInclination( double ); |