Int32Collection Remove Method Cognex VisionPro 9.24

Remove the specified item from this collection.

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

public override bool Remove(
	int value
)

Parameters

value
Type: System Int32
The item to remove from this collection.

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. Changed Raises because this method changes the Count and Item properties. The following StateFlags may be affected:

  • SfCount
  • SfItem

See Also