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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual void Move(
	int fromIndex,
	int toIndex
)

Implements

ICogShapeModelCollection Move(Int32, Int32)
See Also