DeviceCollection.Item

Introduced

v6.0

Description

Returns a ProjectItem representing the device driver specified by name or Device.ID. This finds the Device in the list of active device drivers in the Device Manager.

C# Syntax

// get accessor
Device DeviceCollection.get_Item( Object idx );

Parameters

Parameter Type Description
Name String or Integer Name or Device.ID of the device to return.

See Also

DeviceCollection.Count Device.ID