Click or drag to resize

SignalParameterGetEvaluator Method

Gets the placeholder evaluator associated with this parameter.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterEvaluator<Signal> GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group in which to obtain the evaluator.

Return Value

Type: ParameterEvaluatorSignal
The placeholder evaluator.

Implements

IEvaluatorParameterTGetEvaluator(EvaluatorGroup)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when group is .
See Also