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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

protected override 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