This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > II > IInputDeviceManager Interface > IInputDeviceManager.DeviceCLSID Property (ArcObjects .NET 10.5 SDK) |
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