CogVerificationDatabase Remove Method Cognex VisionPro 9.8 SR1
Removes the specified data object from the verification database.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The key of the data object to remove.
Events

Event TypeReason
InspectionRemovingEvent Fires at the start of a call to this method.
InspectionRemovedEvent Fires at the end of a call to this method.
Exceptions

ExceptionCondition
InvalidOperationException Thrown if not currently connected.
See Also