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

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

public CogSurfaceFXLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogSurfaceFXLastRunRecordConstants
A bitwise combination of the values from CogSurfaceFXLastRunRecordConstants. Default value is OutputImage.
Events

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

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also