CogOCVResult CreateResultGraphics Method Cognex VisionPro 9.8 SR1
Creates a composite result graphic containing child graphics specified by the GraphicOptions which is a bitwise combination of CogOCVResultGraphicConstants.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 75.0.0.0
Syntax

public CogCompositeShape CreateResultGraphics(
	CogOCVResultGraphicConstants graphicOptions
)

Return Value

Type: CogCompositeShape

The result graphic.

Remarks

Creates a composite result graphic containing child graphics specified by the graphicOptions which is a bitwise combination of CogOCVResultGraphicConstants.

See Also