Cog3DScalarCollection IsSynchronized Property Cognex VisionPro 9.7
Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public virtual bool IsSynchronized { get; }

Property Value

Type: Boolean
True if access to the collection is synchronized (thread safe); otherwise false.
See Also