Gets the CogSearchMaxResult at the specific
index in the CogSearchMaxResults.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 65.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index to specify a location in the CogSearchMaxResults.
Property Value
Type: CogSearchMaxResultExceptions
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if index is not a valid index in the CogSearchMaxResults. |
See Also