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

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

public CogPMAlignLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogPMAlignLastRunRecordConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Enable creation of records by bitwise ORing the appropriate CogPMAlignLastRunRecordConstants.

Default Value: ResultsOrigin + ResultsMatchRegion

See Also