CogPatInspectTool Result Property Cognex VisionPro
Result object from the last invocation of the Run method. A gcnew CogPatInspectResult object is factoried for each inspection. Previous result will be released prior to the new inspection.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax

public CogPatInspectResult Result { get; }

Property Value

Type: CogPatInspectResult
Remarks

Result object from the last execution of the Run  method. A new CogPatInspectResult object is generated for each inspection. The previous result is released prior to the new inspection.

See Also