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

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