Moves the selected item to a new index in this collection.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 75.0.0.0
public virtual void Move(
int fromIndex,
int toIndex
)
public virtual void Move(
int fromIndex,
int toIndex
)
Public Overridable Sub Move (
fromIndex As Integer,
toIndex As Integer
)
Public Overridable Sub Move (
fromIndex As Integer,
toIndex As Integer
)
public:
virtual void Move(
int fromIndex,
int toIndex
)
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.