Removes the specified data object from the verification database.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Parameters
- key
- Type: System String
The key of the data object to remove.
Events
| Event Type | Reason |
|---|---|
| InspectionRemovingEvent | Fires at the start of a call to this method. |
| InspectionRemovedEvent | Fires at the end of a call to this method. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if not currently connected. |
See Also