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

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

public virtual void Insert(
	ICogShapeModel value,
	int index
)

Implements

ICogShapeModelCollection Insert(ICogShapeModel, Int32)
See Also