Click or drag to resize

ItuRP840AtmosphericModelGetEvaluator Method (IServiceProvider)

Gets an evaluator that can be used to compute the atmospheric conditions at a given JulianDate and Cartographic location.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues> GetEvaluator(
	IServiceProvider link
)

Parameters

link
Type: SystemIServiceProvider
The link over which the returned evaluator will be evaluated. This service provider is expected to provide ILinkService.

Return Value

Type: IParameterizedEvaluator1Cartographic, ItuRP840AtmosphericValues
An evaluator for this model.
See Also