Append image to end of an open file.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 69.0.0.0
Syntax
Parameters
- newImage
- Type: Cognex.VisionPro ICogImage
The CogImage to append to file.
Implements
ICogImageFileProvider Append(ICogImage)Events
| Event Type | Reason |
|---|---|
| CogImageFileProviderChanged | The new image count is provided in NewValue. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | newImage is NULL. |
| CogNoFileOpenException | No image file is open. |
| CogBadFileModeException | The image file is not opened in a mode that permits writing. |
Remarks
Appends an image to the end of an image file.
See Also