Click or drag to resize

NumericalPropagatorDefinitionRemove Method (AuxiliaryStateElement)

Remove the given auxiliary element from the propagation. This will prevent the instance of this auxiliary element from being evaluated during propagated.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Remove(
	AuxiliaryStateElement auxiliaryElement
)

Parameters

auxiliaryElement
Type: AGI.Foundation.Propagators.AdvancedAuxiliaryStateElement
The auxiliary element to remove from propagation.

Return Value

Type: Boolean
if the auxiliary element was found and successfully removed; otherwise .
See Also