Click or drag to resize

SegmentResults.GetAdapter Method

Gets the adapter for the specified element.

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

Parameters

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