Enumeration for the line's reference point adornment.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Show no adornment on the line. | |
| ArrowAtReferencePoint | 1 | Show an open arrow head pointing in the direction of the line at the reference point on the line. | |
| SolidArrowAtReferencePoint | 2 | Show a solid (filled) arrow head pointing in the direction of the line at the reference point on the line. | |
| ArrowInDisplay | 3 | Show an open arrow head pointing in the direction of the line at the center point of the portion of the line in the display. | |
| SolidArrowInDisplay | 4 | Show a solid (filled) arrow head pointing in the direction of the line at the center point of the portion of the line in the display. |
Remarks
Enumeration for a Line reference point adornment.
See Also