CogSearchMaxResult CreateResultGraphics Method Cognex VisionPro 9.7
Creates a composite result graphic containing child graphics specified by the GraphicOptions which is a bitwise combination of CogSearchMaxResultGraphicConstants. The graphics options. Supply a value formed by ORing together one or more of the values defined in CogSearchMaxResultGraphicConstants.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public CogCompositeShape CreateResultGraphics(
	CogSearchMaxResultGraphicConstants GraphicOptions
)

Return Value

Type: CogCompositeShape
The CogCompositeShape which contains the requested graphics.
Remarks

Graphics drawn in red indicate poor matches, and graphics drawn in green indicate good matches.

See Also