Click or drag to resize

DynamicModifiedKeplerianElementsGetEvaluator Method

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

Return Value

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