CogToolCollection Remove Method (String)Cognex VisionPro 9.21
Removes the first occurrence of a specific ICogTool from the CogToolCollection.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The key identifying the ICogTool to remove from the CogToolCollection.
See Also