Add a new data object to this verification database.
The data records's key must be unique.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Parameters
- newData
- Type: Cognex.VisionPro.Inspection CogVerificationData
The new data object to add.
Events
| Event Type | Reason |
|---|---|
| InspectionAddingEvent | Fires at the start of a call to this method. |
| InspectionAddedEvent | Fires at the end of a call to this method. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if not currently connected. |
See Also