SimpleSolidTideModelGetCoefficientsEvaluator Method (EvaluatorGroup) | 
 
            Gets an instance of an evaluator that returns the normalized tide coefficients of the simple 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 override Evaluator<SphericalHarmonicCoefficients> GetCoefficientsEvaluator(
	EvaluatorGroup group
)
Public Overrides Function GetCoefficientsEvaluator ( 
	group As EvaluatorGroup
) As Evaluator(Of SphericalHarmonicCoefficients)
public:
virtual Evaluator<SphericalHarmonicCoefficients^>^ GetCoefficientsEvaluator(
	EvaluatorGroup^ group
) override
abstract GetCoefficientsEvaluator : 
        group : EvaluatorGroup -> Evaluator<SphericalHarmonicCoefficients> 
override GetCoefficientsEvaluator : 
        group : EvaluatorGroup -> Evaluator<SphericalHarmonicCoefficients> Parameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators. 
Return Value
Type: 
EvaluatorSphericalHarmonicCoefficientsThe evaluator that computes the normalized tide coefficients of the simple solid tide model at a given time.
See Also