Gets the ICogVisionData at the specified index.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 87.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the ICogVisionData to get.
Property Value
Type: ICogVisionDataThe ICogVisionData at the specified index.
Implements
ICogVisionDataFileProvider Item Int32Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | This CDB file has been disposed. |
| CogNoFileOpenException | No file has been opened. |
| ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the number of items in this CDB file. |
See Also