CogShapeModelPropCollection Insert Method Cognex VisionPro 9.22 SR1
Inserts the given item at the specified index.

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

public virtual void Insert(
	ICogShapeModel value,
	int index
)

Parameters

value
Type: Cognex.VisionPro ICogShapeModel
The item to be inserted.
index
Type: System Int32
The index at which to insert the item.

Implements

ICogShapeModelCollection Insert(ICogShapeModel, Int32)
See Also