If this container holds the specified key,
output the associated ICogVisionData value.
Return true if the key was found, otherwise
return false.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
Syntax
Parameters
- key
- Type: System String
Search for this key.
- value
- Type: Cognex.VisionPro ICogVisionData
The found ICogVisionData value.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue TryGetValue(TKey, TValue )See Also