CogImageConvertTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogImageConvertLastRunRecordConstants.

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

public CogImageConvertLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

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

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
See Also