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

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

public virtual bool Remove(
	double value
)

Parameters

value
Type: System Double
The double 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