Moves the selected item to a new index in this collection.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
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.
Implements
ICogShapeModelCollection Move(Int32, Int32)See Also