Description
The angle between the angular momentum vector (perpendicular to the plane of the orbit) and the inertial Z axis. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Inclination() As System.Object
|
[C#] |
---|
public System.Object Inclination {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_Inclination(); public: __property void set_Inclination(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Inclination(
VARIANT * pVal
);
public: HRESULT put_Inclination(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getInclination();
public void setInclination(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Inclination(self) -> typing.Any:
@Inclination.setter
def Inclination(self, newVal:typing.Any) -> None:
|
See Also