CogDataAnalysisResults Item Property (Int32)Cognex VisionPro 9.25 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: 93.1.0.0
Syntax

public virtual CogDataAnalysisResult this[
	int index
] { get; }

Property Value

Type: CogDataAnalysisResult
See Also