CogToolCollection Contains Method (ICogTool)Cognex VisionPro 9.8
Determines whether the CogToolCollection contains a specific ICogTool.

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

public bool Contains(
	ICogTool value
)

Parameters

value
Type: Cognex.VisionPro ICogTool
The ICogTool to locate in the CogToolCollection.

Return Value

Type: Boolean
True if the CogToolCollection contains value; otherwise, false.
See Also