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


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

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(
  System.Int32* 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