CogLineMaxResult CreateResultGraphics Method Cognex VisionPro 9.22
Creates a CogCompositeShape containing the graphics specified in flags.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.0.0.0
Syntax

public CogCompositeShape CreateResultGraphics(
	CogLineMaxResultGraphicConstants flags
)

Parameters

flags
Type: Cognex.VisionPro.LineMax CogLineMaxResultGraphicConstants
The graphics options. Supply a value formed by ORing together one or more of the CogLineMaxResultGraphicConstants flags.

Return Value

Type: CogCompositeShape
CogCompositeShape containing the specified graphics.
See Also