CogVerificationDatabase Add Method Cognex VisionPro 9.10
Add a new data object to this verification database. The data records's key must be unique.

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

public void Add(
	CogVerificationData newData
)
Events

Event TypeReason
InspectionAddingEvent Fires at the start of a call to this method.
InspectionAddedEvent Fires at the end of a call to this method.
Exceptions

ExceptionCondition
InvalidOperationException Thrown if not currently connected.
See Also