CogToolCollection Item Property (String)Cognex VisionPro 9.8
Gets or sets the ICogTool with the specified key. In C#, this property is the indexer for the CogToolCollection class.

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

public ICogTool this[
	string key
] { get; set; }

Parameters

key
Type: System String
The key of the ICogTool to get or set.

Property Value

Type: ICogTool
The ICogTool with the specified key.
See Also