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


IInputDeviceManager.DeviceCLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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