CogCaliperResult CreateResultGraphics Method Cognex VisionPro 9.8
The GraphicOptions parameter is a bitwise combination of CogCaliperResultGraphicConstants and specifies what to put in the Children collection of the returned CogCompositeShape. The TipText parameter is used to initialize the children's TipText.

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

public CogCompositeShape CreateResultGraphics(
	CogCaliperResultGraphicConstants graphicOptions
)

Return Value

Type: CogCompositeShape

The returned CogCompositeShape.

Remarks

A bitwise combination of CogCaliperResultGraphicConstants that specifies what to put in the Children collection of the returned CogCompositeShape. The TipText parameter is used to initialize the children's TipText.

See Also