ToolPinTrackingCollection Remove Method (ToolPin)Cognex VisionPro 9.21 SR1

Remove the specified item from this collection.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public override bool Remove(
	ToolPin value
)

Return Value

Type: Boolean

True if a match was found and the item removed, otherwise False.

Implements

ICollection T  Remove(T)
Remarks

RemovingItem Raises before the item is removed. RemovedItem Raises after the item is removed.

See Also