ItuRP676AtmosphericModelGetEvaluator Method |
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.2.419.0 (24.2.419.0)
Syntax public IParameterizedEvaluator1<Cartographic, ItuRP676AtmosphericValues> GetEvaluator()
Public Function GetEvaluator As IParameterizedEvaluator1(Of Cartographic, ItuRP676AtmosphericValues)
public:
IParameterizedEvaluator1<Cartographic, ItuRP676AtmosphericValues>^ GetEvaluator()
member GetEvaluator : unit -> IParameterizedEvaluator1<Cartographic, ItuRP676AtmosphericValues>
Return Value
Type:
IParameterizedEvaluator1Cartographic,
ItuRP676AtmosphericValuesAn evaluator for this model.
See Also