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

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

public virtual bool Remove(
	string key
)

Parameters

key
Type: System String
Remove the key value pair with this key, if found.

Return Value

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

Implements

IDictionary TKey, TValue  Remove(TKey)
See Also