CogToolBase InternalCreateCurrentRecord Method Cognex VisionPro
Called by the CreateCurrentRecord method to create a record containing the current state of the tool.

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

protected abstract void InternalCreateCurrentRecord(
	ICogRecord newRecord,
	int currentRecordEnable
)

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.
See Also