CogImageConvertTool CurrentRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogImageConvertCurrentRecordConstants.

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

public CogImageConvertCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogImageConvertCurrentRecordConstants
This read/write property is a bitwise combination of CogImageConvertCurrentRecordConstants. Options include None, InputImage, Region, All.
Events

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
See Also