StoppablePropagatorDefinitionGetAdapter Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic virtual StateElementAdapterDefinition GetAdapter(
string elementIdentification
)
Public Overridable Function GetAdapter (
elementIdentification As String
) As StateElementAdapterDefinition
public:
virtual StateElementAdapterDefinition^ GetAdapter(
String^ elementIdentification
)
abstract GetAdapter :
elementIdentification : string -> StateElementAdapterDefinition
override GetAdapter :
elementIdentification : string -> StateElementAdapterDefinition Parameters
- elementIdentification
- Type: SystemString
The identification of the element whose adapter will be retrieved.
Return Value
Type:
StateElementAdapterDefinitionThe adapter for the specified
elementIdentification, or
.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when elementIdentification is .
|
See Also