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


IInputDeviceManager.Device Property (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.Device Property
ArcGIS Developer Help

IInputDeviceManager.Device Property

The input device at the specified index.

[Visual Basic .NET]
Public Function get_Device ( _
    ByVal index As Integer _
) As IExtension
[C#]
public IExtension get_Device (
    int index
);
[C++]
HRESULT get_Device(
  long index,
  IExtension** Extension
);
[C++]
Parameters
index [in]

index is a parameter of type long 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