CogFitEllipseResult CreateResultGraphics Method Cognex VisionPro 9.5
Returns graphics that represent the results of the last run. The GraphicOptions parameter is a bitwise combination of CogFitEllipseResultGraphicConstants 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: 69.0.0.0
Syntax

public CogGraphicCollection CreateResultGraphics(
	CogFitEllipseResultGraphicConstants graphicOptions
)

Return Value

Type: CogGraphicCollection

The returned graphics.

Exceptions

ExceptionCondition
ArgumentException

graphicOptions is not formed by ORing together values from CogFitEllipseResultGraphicConstants.

Remarks

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

See Also