OCRFieldingPatternDictionary Remove Method (KeyValuePair String, OCRFieldingPattern )Cognex VisionPro 9.21

Remove the specified item from this collection.

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

public override bool Remove(
	KeyValuePair<string, OCRFieldingPattern> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, OCRFieldingPattern 

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also