Click or drag to resize

IsisDeviceCollectionItem Property (Int32)

Gets IsisDevice by index.

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[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the IsisDevice in the list.

Return Value

Type: IsisDevice
ISIS device.
See Also