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