CogRunStatus Message Property Cognex VisionPro 9.20
Gets a message describing the result of running the tool.

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

public string Message { get; }

Property Value

Type: String
Returns null if the result was Accept, and otherwise returns a string that provides additional information about the Warning, Reject or Error condition.

Implements

ICogRunStatus Message
See Also