Remove the specified item from this collection.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Parameters
- value
- Type: Cognex.Vision ITool
The item to remove from this collection.
Return Value
Type: BooleanTrue if a match was found and the item removed, otherwise False.
Implements
ICollection T Remove(T)Remarks
RemovingItem Raises before the item is removed. RemovedItem Raises after the item is removed.
See Also