CogIPOneImageOperators RemoveAt Method Cognex VisionPro 9.22
Removes the item at the specified index.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax

public virtual void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The index of the item to remove.
See Also