Click or drag to resize

DynamicEquinoctialElementsGetEvaluator Method (EvaluatorGroup)

Gets an evaluator that can be used to compute the EquinoctialElements of the OrbitalPoint at a given date.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<EquinoctialElements> GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.

Return Value

Type: EvaluatorEquinoctialElements
An evaluator for this DynamicEquinoctialElements.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
PropertyInvalidException Thrown when OrbitalPoint, or Frame is , or when GravitationalParameter is not greater than zero.
See Also