TimeIntervalGraphicsParameterTGetEvaluator Method |
Gets an evaluator which returns the value of the
Data at evaluation time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Evaluator<T> GetEvaluator(
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup
) As Evaluator(Of T)
public:
virtual Evaluator<T>^ GetEvaluator(
EvaluatorGroup^ group
) override
abstract GetEvaluator :
group : EvaluatorGroup -> Evaluator<'T>
override GetEvaluator :
group : EvaluatorGroup -> Evaluator<'T>
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator.
Return Value
Type:
EvaluatorTAn evaluator which returns the value of
Data at evaluation time.
See Also