CogFitCircleResult CreateResultGraphics Method Cognex VisionPro 9.22
Returns graphics that represent the results of the last run. The GraphicOptions parameter is a bitwise combination of CogFitCircleResultGraphicConstants and specifies what to put in the Children collection of the returned CogCompositeShape.

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

public CogGraphicCollection CreateResultGraphics(
	CogFitCircleResultGraphicConstants graphicOptions
)

Return Value

Type: CogGraphicCollection

The returned graphics.

Exceptions

ExceptionCondition
ArgumentException

graphicOptions is not formed by ORing together values from CogFitCircleResultGraphicConstants.

Remarks

Returns graphics that represent the results of the last run. The graphicOptions parameter is a bitwise combination of CogFitCircleResultGraphicConstants and specifies what to put in the Children collection of the returned CogCompositeShape.

See Also