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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Remove(
	AuxiliaryStateElement auxiliaryElement
)
Public Function Remove ( 
	auxiliaryElement As AuxiliaryStateElement
) As Boolean
public:
bool Remove(
	AuxiliaryStateElement^ auxiliaryElement
)
member Remove : 
        auxiliaryElement : AuxiliaryStateElement -> bool 
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