Enable creation of records by bitwise ORing the
appropriate CogSearchMaxCurrentRecordConstants.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 65.1.0.0
public CogSearchMaxCurrentRecordConstants CurrentRecordEnable { get; set; }public CogSearchMaxCurrentRecordConstants CurrentRecordEnable { get; set; }Public Property CurrentRecordEnable As CogSearchMaxCurrentRecordConstants
Get
Set
Public Property CurrentRecordEnable As CogSearchMaxCurrentRecordConstants
Get
Set
public:
property CogSearchMaxCurrentRecordConstants CurrentRecordEnable {
CogSearchMaxCurrentRecordConstants get ();
void set (CogSearchMaxCurrentRecordConstants value);
}public:
property CogSearchMaxCurrentRecordConstants CurrentRecordEnable {
CogSearchMaxCurrentRecordConstants get ();
void set (CogSearchMaxCurrentRecordConstants value);
}Property Value
Type:
CogSearchMaxCurrentRecordConstants This read/write property is a bitwise combination of
CogSearchMaxCurrentRecordConstants.
Default value is InputImage + SearchRegion + SearchImageMask +
TrainImage + TrainImageMask + TrainRegion + PatternOrigin.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfCurrentRecordEnable
- SfCreateCurrentRecord
|