NumericalPropagatorDefinitionRemove Method (PropagationStateElement) | 
 
            Remove the given state element from the representation of the state.
            This will prevent the instance of this state element from being
            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(
	PropagationStateElement stateElement
)
Public Function Remove ( 
	stateElement As PropagationStateElement
) As Boolean
public:
bool Remove(
	PropagationStateElement^ stateElement
)
member Remove : 
        stateElement : PropagationStateElement -> bool 
Parameters
- stateElement
 - Type: AGI.Foundation.Propagators.AdvancedPropagationStateElement
The state element to remove from the state. 
Return Value
Type: 
Boolean if the state element was found and successfully removed; otherwise 
.
            
See Also