Engine.GetAdapterByKeyName ( adapterKeyName)
The adapter that has the specified key name.
Returns an Adapter object from the list of module adapters.
To access the properties and methods of a specific adapter, call GetAdapterByKeyName and then query the returned Adapter object for the interface of the desired adapter.
adapterKeyName As String
[In] Specifies the name to use as a key to find the adapter in the list. Pass one of the AdapterKeyNames constants.