CogSearchMaxTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogSearchMaxLastRunRecordConstants.

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

public CogSearchMaxLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogSearchMaxLastRunRecordConstants
This read/write property is a bitwise combination of CogSearchMaxLastRunRecordConstants Default value is ResultsMatchRegion + ResultsOrigin.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfLastRunRecordEnable
  • SfCreateLastRunRecord
See Also