CogVerificationInputImageContainer RemoveImageAnnotation Method Cognex VisionPro 9.21
Removes the specified annotation from this InputImage.

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

public void RemoveImageAnnotation(
	string annotationName
)

Parameters

annotationName
Type: System String
The name of the annotation to remove
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the specified annotation name is not found.
See Also