Click or drag to resize

NumericalPropagatorAdapterHelperGetAdapter Method

Gets the adapter for the specified elementIdentification.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StateElementAdapterDefinition GetAdapter(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The name of the propagation or auxiliary element whose adapter is desired.

Return Value

Type: StateElementAdapterDefinition
The uninitialized StateElementAdapter for the specified elementIdentification.
See Also