HorizontalBehaviorGetEvaluator 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: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<HorizontalBehaviorDerivatives> GetEvaluator(
IServiceProvider serviceProvider
)
Public Function GetEvaluator (
serviceProvider As IServiceProvider
) As Evaluator(Of HorizontalBehaviorDerivatives)
public:
Evaluator<HorizontalBehaviorDerivatives>^ GetEvaluator(
IServiceProvider^ serviceProvider
)
member GetEvaluator :
serviceProvider : IServiceProvider -> Evaluator<HorizontalBehaviorDerivatives>
Parameters
- serviceProvider
- Type: SystemIServiceProvider
A service provider which must provide the ILocationPointService service.
Return Value
Type:
EvaluatorHorizontalBehaviorDerivativesThe evaluator that computes the horizontal derivatives of the maneuver.
Exceptions See Also