Click or drag to resize

SimpleClimbPerformanceModelGetEvaluator Method (EvaluatorGroup, IServiceProvider)

Gets an evaluator for the commanded values during climb for a given aircraft.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Evaluator<ClimbDescentCommandedValues> GetEvaluator(
	EvaluatorGroup group,
	IServiceProvider serviceProvider
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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: SystemIServiceProvider
A service provider which must provide the ILocationPointService service.

Return Value

Type: EvaluatorClimbDescentCommandedValues
An evaluator for the commanded values.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when the property Airspeed, AltitudeRate, or FuelFlowRate is .
ArgumentNullException Thrown when group or serviceProvider is .
See Also