CogIPOneImageOperators Insert Method Cognex VisionPro 9.22
Inserts the given 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 Insert(
	ICogIPOneImageOperatorParams value,
	int index
)

Parameters

value
Type: Cognex.VisionPro.ImageProcessing ICogIPOneImageOperatorParams
The item to be inserted.
index
Type: System Int32
The index at which to insert the item.
See Also