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

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 91.0.0.0 (91.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