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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- graphicOptions
- Type: Cognex.VisionPro CogFitCircleResultGraphicConstants
A bitwise combination of CogFitCircleResultGraphicConstants specifying which graphics to create.
Return Value
Type: CogGraphicCollectionThe returned graphics.
Exceptions
| Exception | Condition |
|---|---|
| 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