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

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

public CogFindLineCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogFindLineCurrentRecordConstants
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 CogFindLineCurrentRecordConstants.

Default Value: InputImage + ExpectedLineSegment + CaliperRegions + InteractiveCaliperSize + InteractiveCaliperSearchDirection

See Also