SolidTideModelGetCoefficientsEvaluator Method  | 
 
            Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Evaluator<SphericalHarmonicCoefficients> GetCoefficientsEvaluator()
Public Function GetCoefficientsEvaluator As Evaluator(Of SphericalHarmonicCoefficients)
public:
Evaluator<SphericalHarmonicCoefficients^>^ GetCoefficientsEvaluator()
member GetCoefficientsEvaluator : unit -> Evaluator<SphericalHarmonicCoefficients> 
Return Value
Type: 
EvaluatorSphericalHarmonicCoefficientsThe evaluator that computes the normalized tide coefficients of the solid tide model at a given time.
See Also