CogVisionDataFileCDB SyncRoot Property Cognex VisionPro 9.22 SR1
Gets an object that can be used to synchronize access to the ICollection.

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

public virtual Object SyncRoot { get; }

Property Value

Type: Object
Returns a reference to this object.

Implements

ICogVisionDataFileProvider SyncRoot
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
See Also