CogDatabaseReplaceEventArgs Constructor Cognex VisionPro 9.10
Construct the event arg object with the supplied value.

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public CogDatabaseReplaceEventArgs(
	ICogRecord value
)

Parameters

value
Type: Cognex.VisionPro ICogRecord
The record that is replacing, or has just replaced an existing record in the database.
See Also