CogTrackingCollection T  Contains Method (String)Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.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