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)
Syntaxpublic StateElementAdapterDefinition GetAdapter(
string elementIdentification
)
Public Function GetAdapter (
elementIdentification As String
) As StateElementAdapterDefinition
public:
StateElementAdapterDefinition^ GetAdapter(
String^ elementIdentification
)
member GetAdapter :
elementIdentification : string -> StateElementAdapterDefinition
Parameters
- elementIdentification
- Type: System.String
The name of the propagation or auxiliary element whose
adapter is desired.
Return Value
Type:
StateElementAdapterDefinitionThe uninitialized
StateElementAdapter for the specified
elementIdentification.
See Also