| TorqueModelGetTorqueEvaluator Method  | 
 
            Gets an instance of an evaluator that can compute the torque.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic TorqueEvaluator GetTorqueEvaluator()
Public Function GetTorqueEvaluator As TorqueEvaluator
public:
TorqueEvaluator^ GetTorqueEvaluator()
member GetTorqueEvaluator : unit -> TorqueEvaluator 
Return Value
Type: 
TorqueEvaluatorThe evaluator that computes the torque.
 See Also
See Also