Click or drag to resize

DynamicDelaunayElementsGetEvaluator Method

Gets an evaluator that can be used to compute the DelaunayElements 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<DelaunayElements> GetEvaluator()

Return Value

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