Called by the CreateCurrentRecord method to create a record containing the
current state of the tool.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
protected abstract void InternalCreateCurrentRecord(
ICogRecord newRecord,
int currentRecordEnable
)
protected abstract void InternalCreateCurrentRecord(
ICogRecord newRecord,
int currentRecordEnable
)
Protected MustOverride Sub InternalCreateCurrentRecord (
newRecord As ICogRecord,
currentRecordEnable As Integer
)
Protected MustOverride Sub InternalCreateCurrentRecord (
newRecord As ICogRecord,
currentRecordEnable As Integer
)
protected:
virtual void InternalCreateCurrentRecord(
ICogRecord^ newRecord,
int currentRecordEnable
) abstract
protected:
virtual void InternalCreateCurrentRecord(
ICogRecord^ newRecord,
int currentRecordEnable
) abstract
Parameters
- newRecord
- Type: Cognex.VisionPro ICogRecord
A newly-created Current record, to which the derived tool may
add new sub-records.
- currentRecordEnable
- Type: System Int32
The value of the CurrentRecordEnable property.