CogPatInspectTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants.

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

public CogPatInspectLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogPatInspectLastRunRecordConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants.

Default Value: MatchImages + DifferenceImagesAsGraphic + DifferenceImagesRaw + DifferenceImages + ClippedMask

See Also