CogLineMaxResults IsSynchronized Property Cognex VisionPro 9.5
Gets a value indicating whether access to this collection is synchronized (i.e. thread-safe).

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

public virtual bool IsSynchronized { get; }

Property Value

Type: Boolean
True if synchronized.

Implements

ICollection IsSynchronized
See Also