Gets a value that indicates if this collection is read only.
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 79.0.0.0
Syntax
Property Value
Type: BooleanTrue if the OpenMode is either Closed or Read, false if the OpenMode is Write or Update.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | This CDB file has been disposed. |
See Also