CogVerifierBasic VisionTool Property Cognex VisionPro 9.22
Get and set the CogToolBlock under test. Note, the type of this property is ICogTool, but the input must be of type CogToolBlock.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public ICogTool VisionTool { get; set; }

Property Value

Type: ICogTool

Implements

ICogVerifier VisionTool
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also