CogCalibCheckerboardTool CurrentRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CurrentRecordConstants.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

public CogCalibCheckerboardCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogCalibCheckerboardCurrentRecordConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Enable creation of records by bitwise ORing the appropriate CogCalibCheckerboardCurrentRecordConstants.

Default Value: InputImage + CalibratedAxes + CalibrationImage + CalUncalibratedPoints + CalCalibratedAxes + UndistortedCalibrationImage + CalDestinationRectangle + CalUndistortedImageMask

See Also