CogFitLineResult CreateResultGraphics Method Cognex VisionPro 9.8
Returns graphics that represent the results of the last run. The GraphicOptions parameter is a bitwise combination of CogFitLineResultGraphicConstants 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: 75.1.0.0
Syntax

public CogGraphicCollection CreateResultGraphics(
	CogFitLineResultGraphicConstants graphicOptions
)

Return Value

Type: CogGraphicCollection

The returned graphics.

Exceptions

ExceptionCondition
ArgumentException

graphicOptions is not formed by ORing together values from CogFitLineResultGraphicConstants.

Remarks

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

See Also