ReadOnlyCollectionOfStringCollectionPtr GetItem Method Cognex VisionPro 9.21 SR1
Get the item at the specified index.

Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
Syntax

public abstract StringCollection GetItem(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the desired item.

Return Value

Type: StringCollection
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is less than zero or index is greater than or equal to Count.
See Also