Click or drag to resize

StoppablePropagatorDefinitionRemoveAdapter Method

Removes the StateElementAdapter stored in this definition for elementIdentification.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool RemoveAdapter(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The identification of the element whose adapter will be removed.

Return Value

Type: Boolean
if the adapter was removed successfully; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when elementIdentification is .
See Also