STK ObjectsSend comments on this topic.
Inclination Property (IAgClassicalOrientation)
See Also
Windows





Windows & Linux

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 Double
[C#]
public double Inclination {get; set;}
[Managed C++]
public: __property double get_Inclination();
public: __property void set_Inclination( double );
[Unmanaged C++]
public: HRESULT get_Inclination(
    double * pVal
);
public: HRESULT put_Inclination(
    double vInclination
);
[Java]
public double getInclination();
public void setInclination(
    double
);
[Python - STK API ]
@property
def Inclination(self) -> float:

@Inclination.setter
def Inclination(self, vInclination:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.