CogSurfaceFXTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable the creation of graphical tool records by bitwise ORing the desired values from CogSurfaceFXLastRunRecordDiagConstants.

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

public CogSurfaceFXLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: CogSurfaceFXLastRunRecordDiagConstants
A bitwise combination of the values from CogSurfaceFXLastRunRecordDiagConstants. Default value is InputImageByReference + Region.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also