Called by the CreateLastRunRecord method to create a record containing the
state of the tool after the last call to its Run method.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
protected abstract void InternalCreateLastRunRecord(
ICogRecord newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
)
protected abstract void InternalCreateLastRunRecord(
ICogRecord newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
)
Protected MustOverride Sub InternalCreateLastRunRecord (
newRecord As ICogRecord,
lastRunRecordEnable As Integer,
lastRunRecordDiagEnable As Integer
)
Protected MustOverride Sub InternalCreateLastRunRecord (
newRecord As ICogRecord,
lastRunRecordEnable As Integer,
lastRunRecordDiagEnable As Integer
)
protected:
virtual void InternalCreateLastRunRecord(
ICogRecord^ newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
) abstract
protected:
virtual void InternalCreateLastRunRecord(
ICogRecord^ newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
) abstract
Parameters
- newRecord
- Type: Cognex.VisionPro ICogRecord
A newly-created LastRun record, to which the derived tool may
add new sub-records.
- lastRunRecordEnable
- Type: System Int32
The value of the LastRunRecordEnable property during the last call to its Run method.
- lastRunRecordDiagEnable
- Type: System Int32
The value of the LastRunRecordDiagEnable property during the last call to its Run method.