Called by the Run method to perform the main processing of the tool.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
protected abstract CogToolResultConstants InternalRun(
ref string message
)
protected abstract CogToolResultConstants InternalRun(
ref string message
)
Protected MustOverride Function InternalRun (
ByRef message As String
) As CogToolResultConstants
Protected MustOverride Function InternalRun (
ByRef message As String
) As CogToolResultConstants
protected:
virtual CogToolResultConstants InternalRun(
String^% message
) abstract
protected:
virtual CogToolResultConstants InternalRun(
String^% message
) abstract
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:
CogToolResultConstantsCogToolResultConstant indicating overall tool run result.