Click or drag to resize

IsisDeviceCollectionCopyTo Method

Copies all the elements of ISIS devices array to the specified one-dimensional array starting at the specified destination array 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 void CopyTo(
	IsisDevice[] array,
	int arrayIndex
)

Parameters

array
Type: Atalasoft.IsisIsisDevice
The array to which the list of ISIS devices should be copied.>
arrayIndex
Type: SystemInt32
Index in array at which copying begins.
See Also