CogVerificationDatabase Constructor (ICogDatabase)Cognex VisionPro
Constructor using the specifed ICogDatabase reference.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public CogVerificationDatabase(
	ICogDatabase database
)

Parameters

database
Type: Cognex.VisionPro.Database ICogDatabase
The underlying database object to contain within the newly constructed CogVerificationDatabase.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if the specified database is null.
See Also