CogToolCollection Insert Method Cognex VisionPro 9.23
Inserts an ICogTool into the CogToolCollection at the specified position.

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

public void Insert(
	int index,
	ICogTool value
)

Parameters

index
Type: System Int32
The zero-based index at which value should be inserted.
value
Type: Cognex.VisionPro ICogTool
The ICogTool to insert into the CogToolCollection.
See Also