Adds the specified images to this verification database.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- images
- Type: Cognex.VisionPro ICogImage
The array of ICogImage objects that will be added to tha database
- defaultSimpleResult
- Type: Cognex.VisionPro.Inspection CogVerificationSimpleResultConstants
The default simple result for all the added images
Return Value
Type: StringThe keys of the images that were added to the database.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if not currently connected. |
| ArgumentNullException | Thrown if any of the images is null. |
| ArgumentNullException | Thrown if the image cannot be added to the database. |
See Also