Get or set the CogJob's VisionTool.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Property Value
Type: ICogToolThe 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the name changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
See Also