SphericalHarmonicGravityModelZonalCoefficients Property  | 
 
            Gets the list of this model's zonal coefficients (cosine coefficients for m=0).
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] ZonalCoefficients { get; }Public ReadOnly Property ZonalCoefficients As Double()
	Get
public:
property array<double>^ ZonalCoefficients {
	array<double>^ get ();
}member ZonalCoefficients : float[] with get
Property Value
Type: 
Double
See Also