Click or drag to resize

SegmentPropagatorVariable.GetEvaluator Method

Gets a SegmentPropagatorVariableEvaluator for this variable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract SegmentPropagatorVariableEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup to use to create any necessary evaluators for this variable.

Return Value

Type: SegmentPropagatorVariableEvaluator
The fully configured variable evaluator.
Remarks
Derived classes should call ValidateProperties() to check properties owned by this base class, as well as validate their own properties.
See Also