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

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

public void Remove(
	string key
)
Exceptions

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