Click or drag to resize

IsisDeviceCollectionItem Property (String)

Gets IsisDevice by name.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisDevice this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the IsisDevice in the list.

Return Value

Type: IsisDevice
ISIS device.
See Also