Click or drag to resize

StoppablePropagatorDefinition.ContainsAdapter Method

Checks if there is a StateElementAdapter stored in this definition for elementIdentification.

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

Parameters

elementIdentification
Type: System.String
The identification of the element whose adapter will be checked.

Return Value

Type: Boolean
true if there is an adapter for the specified element stored in this definition; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when elementIdentification is null.
See Also