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


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

IInputDeviceManager.DeviceCLSID Property

The CLSID of the input device at the specified index.

[Visual Basic .NET]
Public Function get_DeviceCLSID ( _
    ByVal index As Integer _
) As UID
[C#]
public UID get_DeviceCLSID (
    int index
);
[C++]
HRESULT get_DeviceCLSID(
  long index,
  IUID** ClassID
);
[C++]
Parameters
index [in]

index is a parameter of type long ClassID [out, retval]
ClassID is a parameter of type IUID**

Product Availability

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

See Also

IInputDeviceManager Interface