CogTrackingCollection T  Contains Method (String)Cognex VisionPro 9.20
Returns true if the collection contains an item with the specified Name or ID.

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

public bool Contains(
	string key
)

Parameters

key
Type: System String
The Name or ID to locate in the collection.

Return Value

Type: Boolean
See Also