CogToolCollection Item Property (Int32)Cognex VisionPro 9.10
Gets or sets the ICogTool at the specified index. In C#, this property is the indexer for the CogToolCollection class.

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

public ICogTool this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
The zero-based index of the ICogTool to get or set.

Property Value

Type: ICogTool
The ICogTool at the specified index.
See Also