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


IInputDeviceManager.DeviceCount Property (ArcObjects .NET 10.4 SDK)
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