Device.Name Property

Returns the name of the Device.
Syntax:
[C#]
public string Name;
Limitations:

Read only.

Sample:

This example selects the first available device.

[C#]
Device dev = ICImagingControl1.Devices[0]; ICImagingControl1.Device = dev.Name;
See also: Device

<< Device