CogCalibFeatureExtractorBase IsThreadSafe Property Cognex VisionPro 9.8
Gets whether the implementation of Execute(ICogImage) is thread-safe. Thread-safety is required to allow multithreading within implementations of Execute(CogImageCollectionMCamerasNPoses) method.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax

public abstract bool IsThreadSafe { get; }

Property Value

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

Implements

ICogCalibFeatureExtractor IsThreadSafe
Remarks

Note that in the implementation of the derived classes, this property must be set correctly.
See Also