CogVisionDataContainer Remove Method (KeyValuePair String, ICogVisionData )Cognex VisionPro
Removes the supplied key value pair from this container. Does nothing if the supplied key value pair is not found.

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

public virtual bool Remove(
	KeyValuePair<string, ICogVisionData> pair
)

Parameters

pair
Type: System.Collections.Generic KeyValuePair String, ICogVisionData 
Remove this key value pair if found.

Return Value

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