CogOCVTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate LastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time.

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

public CogOCVLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: CogOCVLastRunRecordDiagConstants
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 CogOCVLastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time.

Default Value: CogOCVLastRunRecordDiagInputImageByReference

See Also