OCRFieldingPatternDictionary Add Method (KeyValuePair String, OCRFieldingPattern )Cognex VisionPro 9.25 SR1

Adds the specified item from this collection.

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

public override void Add(
	KeyValuePair<string, OCRFieldingPattern> item
)

Parameters

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

Implements

ICollection T  Add(T)
See Also