Returns the discrete device object indexed by listIndex
Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- listIndex
- Type: System Int32
ArrayList index number. Starts from 0.
Return Value
Type: CogIODiscreteDeviceReturns the discrete device object indexed by listIndex. Returns null if the match cannot be found.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If listIndex is out of range. |
See Also