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

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

public void Remove(
	string key
)

Parameters

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