Constants used to specify desired result graphics for CreateResultGraphics().
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TipText | 1 | Add tooltip text to each graphic drawn. | |
| UsedPoints | 2 | Draw the points used in the fitting operation as green point markers. | |
| IgnoredPoints | 4 | Draw the points ignored in the fitting operation as red point markers. | |
| Line | 8 | Draw the shape that was fit through the supplied points. | |
| All | -1 | Draw all the result graphics. |
Remarks
Constants used to specify desired result graphics for CreateResultGraphics().
See Also