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

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

public CogSurfaceFXCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogSurfaceFXCurrentRecordConstants
A bitwise combination of the values from CogSurfaceFXCurrentRecordConstants. Default value is InputImage + Region
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