CogVerifierBasic SetupVisionToolInputs Method Cognex VisionPro 9.21
Sets up the various inputs on the CogToolBlock from the specified data object.

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

public void SetupVisionToolInputs(
	CogVerificationData verificationData,
	CogVerificationData outputData
)

Parameters

verificationData
Type: Cognex.VisionPro.Inspection CogVerificationData
The data object that contains the inputs to the CogToolBlock
outputData
Type: Cognex.VisionPro.Inspection CogVerificationData
An output data object to receive a copy of the inputs. Should be set to null for normal usage. Internal Use only.

Implements

ICogVerifier SetupVisionToolInputs(CogVerificationData, CogVerificationData)
See Also