SegmentResultsGetAdapter Method |
Gets the adapter for the specified element.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StateElementAdapter GetAdapter(
string elementIdentification
)
Public Function GetAdapter (
elementIdentification As String
) As StateElementAdapter
public:
StateElementAdapter^ GetAdapter(
String^ elementIdentification
)
member GetAdapter :
elementIdentification : string -> StateElementAdapter
Parameters
- elementIdentification
- Type: SystemString
The name of the element of the desired adapter.
Return Value
Type:
StateElementAdapterThe adapter for the specified element, or null if there is no adapter for the
specified element.
See Also