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: 25.1.421.0 (25.1.421.0)
Syntaxpublic IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues> GetEvaluator(
	IServiceProvider link
)
Public Function GetEvaluator ( 
	link As IServiceProvider
) As IParameterizedEvaluator1(Of Cartographic, ItuRP840AtmosphericValues)
public:
IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues>^ GetEvaluator(
	IServiceProvider^ link
)
member GetEvaluator : 
        link : IServiceProvider -> IParameterizedEvaluator1<Cartographic, ItuRP840AtmosphericValues> 
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, 
ItuRP840AtmosphericValuesAn evaluator for this model.
See Also