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.Device Property (ArcObjects .NET 10.5 SDK) |
The input device at the specified index.
[Visual Basic .NET] Public Function get_Device ( _ ByVal index As Integer _ ) As IExtension
[C#] public IExtension get_Device ( int index );
[C++]
HRESULT get_Device(
long index,
IExtension** Extension
);
[C++]
Parameters index [in] index is a parameter of type long Extension [out, retval]
Extension is a parameter of type IExtension