CogIPOneImageOperators Insert Method Cognex VisionPro 9.21 SR1
Inserts the given item at the specified index.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.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