Enumeration for the line's reference point adornment.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.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 centerpoint 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 centerpoint of the portion of the line in the display. |
Remarks
Enumeration for a CogLine reference point adornment.
See Also