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

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

public CogOCVCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

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

Default Value: InputImage + PatternPositionCoordinateAxes + PatternPositionCharacterOrigins + PatternPositionCharacterRegions + PatternPositionCharacterLabels + PatternReferenceImage + PatternOriginFree + CharacterPositionsOrigin + CharacterPositionsRegion + CharacterPositionsLabel

See Also