CogCNLSearchResults Item Property Cognex VisionPro 9.10
Gets the item at the specified index. In C#, this property is the indexer for the collection.

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

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

Parameters

index
Type: System Int32
The index of the item to get.

Property Value

Type: CogCNLSearchResult
See Also