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


IInputDeviceManager Interface (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
ArcGIS Developer Help

IInputDeviceManager Interface

Provides access to members that give life to Input Devices.

Product Availability

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

Members

Name Description
Method AddDevice Creates a single device given the CLSID, then passes initializationData to IInputDevice::Startup.
Read-only property Device The input device at the specified index.
Read-only property DeviceCLSID The CLSID of the input device at the specified index.
Read-only property DeviceCount The number of input devices loaded in the application.
Method FindDevice Finds the input device by CLSID (IUID) or name (String).
Method ShutdownDevices Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown.
Method StartupDevices Creates and starts the devices for Inut Device component category, passing initializationData to each in IInputDevice::Startup.

Classes that implement IInputDeviceManager

Classes Description
InputDeviceManager Input Device Manager - a singleton.