Cog3DVect3Collection Remove Method Cognex VisionPro 9.23
Remove the matching value. If no match is found, do nothing.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax

public virtual bool Remove(
	Cog3DVect3 value
)

Parameters

value
Type: Cognex.VisionPro3D Cog3DVect3
The Cog3DVect3 value to be removed from the collection.

Return Value

Type: Boolean
True if the item was successfully removed; false otherwise.

Implements

ICollection T  Remove(T)
See Also