Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 65.1.0.0
Property Value
Type: CogPMRedLineLastRunRecordConstantsA bitwise combination of the values from CogPMRedLineLastRunRecordConstants. Default value is ResultsMatchRegion + ResultsOrigin.
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
A VisionPro tool record is a data structure that contains graphical information about the state of the tool. You can obtain two different records from the tool: the Current Record, which describes the current state of the tool, and the LastRun Record, which describes the state of the tool immediately after the last call to the tool's Run function.
The current record is obtained by calling the CreateCurrentRecord method of the tool. The last run record is obtained by calling the CreateLastRunRecord method.
You can specify the content of the current record using the CurrentRecordEnable property. You can specify the content of the last run record using the LastRunRecordEnable and LastRunRecordDiagEnable properties. Graphical information requested via the LastRunRecordDiagEnable property is only created when the tool is run, and may cause the tool to run more slowly.