CogImageConvertTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogImageConvertLastRunRecordDiagConstants.

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

public CogImageConvertLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: CogImageConvertLastRunRecordDiagConstants
This read/write property is a bitwise combination of CogImageConvertLastRunRecordDiagConstants. Options include None, InputImageByReference, InputImageDeepCopy, Region, All.
Events

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
See Also