This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > II > IInputDeviceManager Interface > IInputDeviceManager.FindDevice Method (ArcObjects .NET 10.5 SDK) |
Finds the input device by CLSID (IUID) or name (String).
[Visual Basic .NET] Public Function FindDevice ( _ ByVal nameOrID As Object _ ) As IExtension
[C#] public IExtension FindDevice ( object nameOrID );
[C++]
HRESULT FindDevice(
VARIANT nameOrID,
IExtension** Extension
);
[C++]
Parameters nameOrID [in] nameOrID is a parameter of type VARIANT Extension [out, retval]
Extension is a parameter of type IExtension