CogIPOneImageOperators Move Method Cognex VisionPro 9.23
Moves the selected item to a new index in this collection.

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

public virtual void Move(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: System Int32
The index of the item to move.
toIndex
Type: System Int32
The index to which the item will be moved.
See Also