Adds an input record with the given key and inputValue to the record.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- key
- Type: System String
The key to be added to the record's Inputs parameters. The key has to be unique
- inputValue
- Type: System Object
The value to be assigned with the given key
Exceptions
| Exception | Condition |
|---|---|
| Exception | Thrown if the key is not unique. |
See Also