Removes from this container the key value pair with the
specified value. Does nothing if this value is not found.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro ICogVisionData
Remove the key value pair with this value, if found.
Return Value
Type: BooleanTrue if the specified key value pair was removed, False otherwise.
See Also