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

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 75.0.0.0 (75.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