CogIDTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogIDLastRunRecordConstants.

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

public CogIDLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogIDLastRunRecordConstants
The default is CogIDLastRunRecordConstants::All
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfLastRunRecordEnable
  • SfCreateLastRunRecord
See Also