CogToolBase InternalRun Method Cognex VisionPro 9.21
Called by the Run method to perform the main processing of the tool.

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

protected abstract CogToolResultConstants InternalRun(
	ref string message
)

Parameters

message
Type: System String 
Can be set in the InternalRun function in order to save a message in the RunStatus object.

Return Value

Type: CogToolResultConstants
CogToolResultConstant indicating overall tool run result.
See Also