Implementation of the tool's run algorithm.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 87.0.0.0
protected override CogToolResultConstants InternalRun(
ref string msg
)
protected override CogToolResultConstants InternalRun(
ref string msg
)
Protected Overrides Function InternalRun (
ByRef msg As String
) As CogToolResultConstants
Protected Overrides Function InternalRun (
ByRef msg As String
) As CogToolResultConstants
protected:
virtual CogToolResultConstants InternalRun(
String^% msg
) override
protected:
virtual CogToolResultConstants InternalRun(
String^% msg
) override
Parameters
- msg
- Type: System String
A brief description of the status returned from running the tool
Return Value
Type:
CogToolResultConstants| Exception | Condition |
|---|
| ArgumentNullException |
Thrown if msg is null.
|