ArcObjects Library Reference (System)  

IInputDeviceManager.DeviceCount Property

The number of input devices loaded in the application.

[Visual Basic .NET]
Public ReadOnly Property DeviceCount As Integer
[C#]
public int DeviceCount {get;}
[C++]
HRESULT get_DeviceCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IInputDeviceManager Interface