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


IInputDeviceManager.FindDevice Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > II > IInputDeviceManager Interface > IInputDeviceManager.FindDevice Method
ArcGIS Developer Help

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
);
[C++]
Parameters
nameOrID [in]

nameOrID is a parameter of type VARIANT

Product Availability

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

See Also

IInputDeviceManager Interface