CogVisionDataContainer Remove Method (ICogVisionData)Cognex VisionPro 9.8
Removes from this container the key value pair with the specified value. Does nothing if this value is not found.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.1.0.0
Syntax

public virtual bool Remove(
	ICogVisionData value
)

Parameters

value
Type: Cognex.VisionPro ICogVisionData
Remove the key value pair with this value, if found.

Return Value

Type: Boolean
True if the specified key value pair was removed, False otherwise.
See Also