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

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