CogBlobTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants.

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

public CogBlobLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogBlobLastRunRecordConstants
The default is BlobImage + BlobImageUnfiltered + ResultsBoundary.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Enable the creation of records by bitwise ORing the appropriate LastRunRecordConstants.
See Also