Click or drag to resize

PropagationStateElementGetStateUpdater Method

By default this method returns null. If a concrete base class of this type represents an element that has special behavior that takes place each time step prior to propagation, then override this method to produce an IUpdatePriorToStep object that the NumericalPropagator will call every time step.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual IUpdatePriorToStep GetStateUpdater(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup the state updater will be part of.

Return Value

Type: IUpdatePriorToStep
Null
See Also