Click or drag to resize

USStandardAtmosphere1976GetEvaluator Method (EvaluatorGroup, IServiceProvider)

Gets an evaluator that can be used to calculate results from this model for a given location.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<USStandardAtmosphere1976Result> 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
The service provider to use when calculating the value. This service provider must provide the ILocationPointService service.

Return Value

Type: EvaluatorUSStandardAtmosphere1976Result
An evaluator to find results over time.
See Also