CogJob VisionTool Property Cognex VisionPro
Get or set the CogJob's VisionTool.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public ICogTool VisionTool { get; set; }

Property Value

Type: ICogTool
The vision tool is run if the CogJob's RunMode is either ImageProcessingOnly or AcquisitionAndImageProcessing. A single vision tool or CogToolGroup can be passed to this property.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
See Also