CollectionOfClassifyTrainItemPtr GetItem Method Cognex VisionPro 9.23
Get the item at the specified index.

Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.24.0.0
Syntax

public abstract ClassifyTrainItem GetItem(
	int index
)

Parameters

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

Return Value

Type: ClassifyTrainItem
Exceptions

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