CogDataAnalysisResults Item Property (String)Cognex VisionPro 9.22 SR1
Gets the item with the specified index or key. In C#, this property is the indexer for the collection.

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

public virtual CogDataAnalysisResult this[
	string key
] { get; }

Property Value

Type: CogDataAnalysisResult
See Also