StringReadOnlyCollection CopyTo Method Cognex VisionPro 9.25 SR1
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public override void CopyTo(
	string[] array,
	int arrayIndex
)

Parameters

array
Type:  System String 
arrayIndex
Type: System Int32
See Also