CogTrackingCollection T  Remove Method (String)Cognex VisionPro 9.21 SR1
Removes the item with the specified Name or ID from the collection.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The Name or ID of the item to remove.
See Also