CogVerificationParamsInputsContainer Remove Method Cognex VisionPro 9.20
Removes subrecord with the given key from this record.

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

public void Remove(
	string key
)

Parameters

key
Type: System String
The key of the subrecord to remove
Exceptions

ExceptionCondition
ExceptionThrown if the key is null.
ExceptionThrown if the key is not found.
See Also