NumericalPropagatorDefinitionRemove Method (PropagationStateCorrector) | 
 
            Remove the given state corrector from the propagation.
            This will prevent the instance of this corrector from operating on the
            state elements during propagation.
            
 
    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(
	PropagationStateCorrector corrector
)
Public Function Remove ( 
	corrector As PropagationStateCorrector
) As Boolean
public:
bool Remove(
	PropagationStateCorrector^ corrector
)
member Remove : 
        corrector : PropagationStateCorrector -> bool 
Parameters
- corrector
 - Type: AGI.Foundation.Propagators.AdvancedPropagationStateCorrector
The state corrector to remove from propagation. 
Return Value
Type: 
Boolean if the state corrector was found and successfully removed; otherwise 
.
            
See Also