NumericalPropagatorAdapterHelperGetAdapter Method |
Gets the
adapter for the specified
elementIdentification.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemString
The name of the propagation or auxiliary element whose
adapter is desired.
Return Value
Type:
StateElementAdapterDefinitionThe uninitialized
StateElementAdapter for the specified
elementIdentification.
See Also