Read the comment at the given index.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 87.0.0.0
Syntax
Parameters
- imageIndex
- Type: System Int32
The index for the image comment to retrieve.
Return Value
Type: StringThe image comment.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The value supplied for imageIndex is out of range |
Remarks
Reads the comment at the given image collection index.
See Also