Click or drag to resize

HorizontalBehavior.GetEvaluator Method (IServiceProvider)

Gets an instance of an evaluator that can compute the horizontal derivatives 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)
Syntax
public Evaluator<HorizontalBehaviorDerivatives> GetEvaluator(
	IServiceProvider serviceProvider
)

Parameters

serviceProvider
Type: System.IServiceProvider
A service provider which must provide the ILocationPointService service.

Return Value

Type: Evaluator<HorizontalBehaviorDerivatives>
The evaluator that computes the horizontal derivatives of the maneuver.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when serviceProvider is null.
See Also