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