ForceModelGetForceEvaluator Method |
Gets an instance of an evaluator that can compute the force.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ForceEvaluator GetForceEvaluator()
Public Function GetForceEvaluator As ForceEvaluator
public:
ForceEvaluator^ GetForceEvaluator()
member GetForceEvaluator : unit -> ForceEvaluator
Return Value
Type:
ForceEvaluatorThe evaluator that computes the force.
See Also