Constants used to specify desired result graphics for CreateResultGraphics().
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TipText | 1 | Add tooltip text to each result. | |
| Edges | 2 | Draw the found edge(s) as line segment(s). The length of the edge(s) is determined by the region's Y Axis length. Two edges are drawn when in edge pair mode. | |
| All | -1 | Draw all the result graphics. |
Remarks
Constants used to specify desired result graphics.
See Also