Gets the item at the specified index. In C#, this property is the indexer
for the collection.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 73.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the item to get.
Property Value
Type: CogLineMaxResultThe CogLineMaxResult.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied index parameter is not valid. |
See Also