Enable creation of records by bitwise ORing the
appropriate CogSearchMaxLastRunRecordConstants.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 65.1.0.0
public CogSearchMaxLastRunRecordConstants LastRunRecordEnable { get; set; }public CogSearchMaxLastRunRecordConstants LastRunRecordEnable { get; set; }Public Property LastRunRecordEnable As CogSearchMaxLastRunRecordConstants
Get
Set
Public Property LastRunRecordEnable As CogSearchMaxLastRunRecordConstants
Get
Set
public:
property CogSearchMaxLastRunRecordConstants LastRunRecordEnable {
CogSearchMaxLastRunRecordConstants get ();
void set (CogSearchMaxLastRunRecordConstants value);
}public:
property CogSearchMaxLastRunRecordConstants LastRunRecordEnable {
CogSearchMaxLastRunRecordConstants get ();
void set (CogSearchMaxLastRunRecordConstants value);
}Property Value
Type:
CogSearchMaxLastRunRecordConstants This read/write property is a bitwise combination of
CogSearchMaxLastRunRecordConstants
Default value is ResultsMatchRegion + ResultsOrigin.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfLastRunRecordEnable
- SfCreateLastRunRecord
|