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