Click or drag to resize

SegmentResultsGetAdapter Method

Gets the adapter for the specified element.

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

Parameters

elementIdentification
Type: SystemString
The name of the element of the desired adapter.

Return Value

Type: StateElementAdapter
The adapter for the specified element, or null if there is no adapter for the specified element.
See Also