CogStringCollection Remove Method Cognex VisionPro 9.24
Removes the item with the specified key.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The key of the item to remove.
See Also