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

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

public void Remove(
	ICogTool value
)

Parameters

value
Type: Cognex.VisionPro ICogTool
The ICogTool to remove from the CogToolCollection.
See Also