Click or drag to resize

CommunicationLinkSignalDataTGetEvaluator Method

Get an evaluator to retrieve the signal data from the propagated Signal.

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

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.

Return Value

Type: EvaluatorT
An evaluator which retrieves the signal data.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
PropertyInvalidException Thrown when PropagationGraph, IntendedSignalStrategy, or CommunicationLink are , or when PropagationGraph does not contain CommunicationLink.
See Also