CogDatabaseAddEventArgs Constructor Cognex VisionPro 9.24
Construct the event arg object with the supplied value.

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

public CogDatabaseAddEventArgs(
	ICogRecord value
)

Parameters

value
Type: Cognex.VisionPro ICogRecord
The record that is being, or has been added to the database.
See Also