| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also