Enable creation of records by bitwise ORing the appropriate
CogIDLastRunRecordConstants.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 65.1.0.0
public CogIDLastRunRecordConstants LastRunRecordEnable { get; set; }public CogIDLastRunRecordConstants LastRunRecordEnable { get; set; }Public Property LastRunRecordEnable As CogIDLastRunRecordConstants
Get
Set
Public Property LastRunRecordEnable As CogIDLastRunRecordConstants
Get
Set
public:
property CogIDLastRunRecordConstants LastRunRecordEnable {
CogIDLastRunRecordConstants get ();
void set (CogIDLastRunRecordConstants value);
}public:
property CogIDLastRunRecordConstants LastRunRecordEnable {
CogIDLastRunRecordConstants get ();
void set (CogIDLastRunRecordConstants value);
}Property Value
Type:
CogIDLastRunRecordConstants
The default is CogIDLastRunRecordConstants::All
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: - SfLastRunRecordEnable
- SfCreateLastRunRecord
|