CogVisionDataFileCDB IsSynchronized Property Cognex VisionPro 9.5
Gets a value indicating whether access to the ICollection issynchronized (thread safe).

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

public virtual bool IsSynchronized { get; }

Property Value

Type: Boolean
False, since this object is not synchronized.

Implements

ICogVisionDataFileProvider IsSynchronized
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
See Also