Gets or sets the ICogTool at the specified index. In C#, this property
is the indexer for the CogToolCollection class.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the ICogTool to get or set.
Property Value
Type: ICogToolThe ICogTool at the specified index.
See Also