Click or drag to resize

NumericalPropagatorAdapterHelper.GetAdapter Method

Gets the adapter for the specified elementIdentification.

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

Parameters

elementIdentification
Type: System.String
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