CogToolBase CreateCurrentRecord Method Cognex VisionPro
Creates a new set of records that represents the tool's current state.

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

public ICogRecord CreateCurrentRecord()

Return Value

Type: ICogRecord
ICogRecord instance containing a set of records that represent the tool's current state. The records created are specified by the CreateCurrentRecord property.

Implements

ICogTool CreateCurrentRecord 
See Also