Inserts an ICogTool into the CogToolCollection at the specified position.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
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