Cog3DCheckerboardFeatureExtractor IsThreadSafe Property Cognex VisionPro 9.10
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: 79.0.0.0
Syntax

public override bool IsThreadSafe { get; }

Property Value

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

Implements

ICog3DCalibrationFeatureExtractor IsThreadSafe
See Also