CogOCRMaxTool InternalRun Method Cognex VisionPro 9.8
Implementation of the tool's run algorithm.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax

protected override CogToolResultConstants InternalRun(
	ref string msg
)

Parameters

msg
Type: System String 
A brief description of the status returned from running the tool

Return Value

Type: CogToolResultConstants
Exceptions

ExceptionCondition
ArgumentNullException Thrown if msg is null.
See Also