ClassifyPattern RemoveTrainItemAt Method Cognex VisionPro 9.22

Removes the train item at index from LabeledImages.

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

public void RemoveTrainItemAt(
	int index
)

Parameters

index
Type: System Int32
The index of the item in the LabeledImages to remove.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied index is outside the collection range.
Remarks

If the pattern is trained, the pattern will become untrained.

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also