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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 69.0.0.0 (69.0.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.
Remarks

Examples

See Also