StkSatelliteDatabaseEntryInclination Property |
Gets or sets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Inclination { get; set; }
Public Property Inclination As Double
Get
Set
public:
property double Inclination {
double get ();
void set (double value);
}
member Inclination : float with get, set
Property Value
Type:
DoubleSee Also