Engine.GetAdapter
- Updated2024-10-09
- 1 minute(s) read
Engine.GetAdapter
Syntax
Engine.GetAdapter( adapterIndex)
Return Value
Purpose
Returns a module Adapter object from the list of module adapters.
Remarks
Each adapter defines a module-specific adapter interface. You must obtain the module-specific adapter interface for an Adapter class object to configure the adapter.
Parameters
adapterIndex As Long
[In] Specifies a zero-based index for the Adapter object to return. You can obtain the number of Adapter objects from the Engine.NumAdapters property. To obtain a reference to a specific adapter, or to iterate through the adapters in a specific order, use the Engine.GetAdapterByKeyName method instead.