CogVerificationDatabase Replace Method Cognex VisionPro
Replaces data inside the verification database using the specified data. The key of the replacementData record is used to find which data object to replace.

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

public void Replace(
	CogVerificationData replacementData
)
Events

Event TypeReason
InspectionReplacingEvent Fires at the start of a call to this method.
InspectionReplacedEvent Fires at the end of a call to this method.
Exceptions

ExceptionCondition
InvalidOperationException Thrown if not currently connected.
See Also