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

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

public CogOCVLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogOCVLastRunRecordConstants
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 CogOCVLastRunRecordConstants.

Default Value: PatternPosition + ResultsOrigin + ResultsMatchRegion + ResultsLabel +

See Also