TargetedSegmentListOperatorEvaluatorReset Method |
Resets this evaluator. If any state is stored or settings changed after this evaluator is run,
then this method must be overloaded and those settings should get reverted to their original
state. This method is called before the evaluator is run in the
propagator of the
TargetedSegmentList
if the
ResetBetweenRuns is
.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual void Reset()
Public Overridable Sub Reset
public:
virtual void Reset()
abstract Reset : unit -> unit
override Reset : unit -> unit
See Also