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

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