CogPMRedLineResult CreateResultGraphics Method Cognex VisionPro 9.22 SR1
Creates a composite result graphic containing child graphics specified by the flags argument.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.1.0.0
Syntax

public CogCompositeShape CreateResultGraphics(
	CogPMRedLineResultGraphicConstants flags
)

Parameters

flags
Type: Cognex.VisionPro.PMRedLine CogPMRedLineResultGraphicConstants
The graphics options you desire. Supply a value by ORing together one or more of the values defined in CogPMRedLineResultGraphicConstants.

Return Value

Type: CogCompositeShape
A CogCompositeShape that contains the requested graphics.
See Also