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

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

public CogPatInspectCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogPatInspectCurrentRecordConstants
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 CurrentRecordConstants.

Default Value: TrainImage + TrainImageMask + TrainRegion + PatternOrigin + InputImage + Pose + Region + TrainedPatternImage + TrainedThresholdImage + TrainedPatternRegion + TrainedPatternOrigin + TrainedPatternImageMask

See Also