Append the vision data to the end of an open file.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 83.0.0.0
Syntax
Parameters
- newData
- Type: Cognex.VisionPro ICogVisionData
The vision data to append to the file.
Implements
ICogVisionDataFileProvider Append(ICogVisionData)Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | <para>Fires when the value of this property changes.</para><para>The following state flag may be affected:</para><list type="bullet",<item><see cref="F:Cognex.VisionPro.ImageFile.CogVisionDataFileCDB.SfCount"/></item></list> |
Exceptions
| Exception | Condition |
|---|---|
| [T:Cognex.VisionPro.Exceptions.CogBadFileModeException>] | The mode is Read, so the CDB file cannot be written to. |
| ObjectDisposedException | This CDB file has been disposed. |
| [T:Cognex.VisionPro.Exceptions.CogNoFileOpenException>] | The file is not open. |
| ArgumentNullException | newData is NULL. |
See Also