CogVisionDataFileCDB IsReadOnly Property Cognex VisionPro 9.7
Gets a value that indicates if this collection is read only.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 73.0.0.0
Syntax

public virtual bool IsReadOnly { get; }

Property Value

Type: Boolean
True if the OpenMode is either Closed or Read, false if the OpenMode is Write or Update.
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
See Also