CogVerificationImageAnnotation Constructor Cognex VisionPro 9.8
Constructor for an image annotation

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

public CogVerificationImageAnnotation(
	string annotationName,
	string category,
	string description,
	ICogGraphicInteractive graphic
)

Parameters

annotationName
Type: System String
The name of the image annotation, must be unique
category
Type: System String
The category for the image annotation.
description
Type: System String
A free form description of the image annotation
graphic
Type: Cognex.VisionPro ICogGraphicInteractive
A graphic that encompasses a region on an image. The derived type must be of type CogRectangle.
See Also