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

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

public CogIPTwoImageMinMaxCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogIPTwoImageMinMaxCurrentRecordConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Enable the creation of records by bitwise ORing the appropriate CogIPTwoImageMinMaxCurrentRecordConstants.

Default Value: InputImages + Regions + AlignmentPoints.

See Also