ICog3DCalibrationFeatureExtractor IsThreadSafe Property Cognex VisionPro
Gets whether the implementation of the Execute(ICogImage) method is thread-safe. thread-safety is required to allow multithreading within implementations of the Execute(List< List< ICogImage > >) method.

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

bool IsThreadSafe { get; }

Property Value

Type: Boolean
Whether the implementation of the Execute(ICogImage) method is thread-safe.
See Also