Enumeration of file open modes.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Closed | 1 | Mode returned when no file is open - no valid to open in this mode. | |
| Read | 2 | Mode for opening an existing file for reading. | |
| Write | 3 | Mode for creating a new file for reading and writing. | |
| Update | 4 | Mode for opening an existing file for reading and writing. |
Remarks
An enumeration of image file open modes.
See Also