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