CogShapeModelCollection Insert Method Cognex VisionPro 9.21 SR1
Inserts the given item at the specified index.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax

public virtual void Insert(
	ICogShapeModel value,
	int index
)

Implements

ICogShapeModelCollection Insert(ICogShapeModel, Int32)
See Also