CompositeManeuverGetAccelerationEvaluator Method (EvaluatorGroup, IServiceProvider) | 
 
            Gets an instance of an evaluator that can compute the acceleration components of the maneuver.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override Evaluator<Cartesian> GetAccelerationEvaluator(
	EvaluatorGroup group,
	IServiceProvider serviceProvider
)
Public Overrides Function GetAccelerationEvaluator ( 
	group As EvaluatorGroup,
	serviceProvider As IServiceProvider
) As Evaluator(Of Cartesian)
public:
virtual Evaluator<Cartesian>^ GetAccelerationEvaluator(
	EvaluatorGroup^ group, 
	IServiceProvider^ serviceProvider
) override
abstract GetAccelerationEvaluator : 
        group : EvaluatorGroup * 
        serviceProvider : IServiceProvider -> Evaluator<Cartesian> 
override GetAccelerationEvaluator : 
        group : EvaluatorGroup * 
        serviceProvider : IServiceProvider -> Evaluator<Cartesian> Parameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents. - serviceProvider
 - Type: SystemIServiceProvider
A service provider which must provide the ILocationPointService service. 
Return Value
Type: 
EvaluatorCartesianAn evaluator that computes the acceleration components with respect to the local 
East-North-Up axes.
Exceptions
See Also