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


IInputDeviceManager.Device Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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