CogSearchMaxResults Item Property Cognex VisionPro
Gets the CogSearchMaxResult at the specific index in the CogSearchMaxResults.

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

public CogSearchMaxResult this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index to specify a location in the CogSearchMaxResults.

Property Value

Type: CogSearchMaxResult
Exceptions

ExceptionCondition
IndexOutOfRangeException Thrown if index is not a valid index in the CogSearchMaxResults.
See Also