CogVerificationParamsInputsContainer Add Method Cognex VisionPro 9.22
Adds an input record with the given key and inputValue to the record.

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

public void Add(
	string key,
	Object inputValue
)

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

ExceptionCondition
ExceptionThrown if the key is not unique.
See Also