Remove the matching value. If no match is found, do nothing.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro3D Cog3DVect3
The Cog3DVect3 value to be removed from the collection.
Return Value
Type: BooleanTrue if the item was successfully removed; false otherwise.
Implements
ICollection T Remove(T)See Also