Click or drag to resize

StoppablePropagatorDefinition.GetAdapter Method

Gets the 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 StateElementAdapterDefinition GetAdapter(
	string elementIdentification
)

Parameters

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

Return Value

Type: StateElementAdapterDefinition
The adapter for the specified elementIdentification, or null.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when elementIdentification is null.
See Also