This document is archived and information here might be outdated.  Recommended version.


IInputDeviceManager.FindDevice Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IInputDeviceManager.FindDevice Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInputDeviceManager Interface