Click or drag to resize

AccelerationPerformanceModel.GetVerticalAccelerationLimitsEvaluator Method (EvaluatorGroup, IServiceProvider)

Gets an evaluator for the vertical acceleration limits of an aircraft.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract Evaluator<Bounds> GetVerticalAccelerationLimitsEvaluator(
	EvaluatorGroup group,
	IServiceProvider serviceProvider
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.
serviceProvider
Type: System.IServiceProvider
A service provider which must provide the ILocationPointService service.

Return Value

Type: Evaluator<Bounds>
An evaluator for the vertical acceleration limits.
See Also