CogIDTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogIDLastRunRecordDiagConstants.

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

public CogIDLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: CogIDLastRunRecordDiagConstants
the default is (int)CogIDLastRunRecordDiagConstants::InputImageByReference | (int)CogIDLastRunRecordDiagConstants::Region | (int)CogIDLastRunRecordDiagConstants::InputImageMask
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfLastRunRecordDiagEnable
See Also