OCRFieldingPatternDictionary TryGetValue Method Cognex VisionPro 9.23

Get the item associated with the specified key.

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

public override bool TryGetValue(
	string key,
	out OCRFieldingPattern value
)

Parameters

key
Type: System String
The key of the item to retrieve.
value
Type: Cognex.Vision.ViDiEL OCRFieldingPattern 
If the key is found, this will be the value associated with that key when this method returns. If the key is NOT found, this will equal the input value.

Return Value

Type: Boolean

true if this dictionary contains an element with the specified key, else false.

Implements

IDictionary TKey, TValue  TryGetValue(TKey, TValue )
See Also