CogLineAdornmentConstants EnumerationCognex VisionPro 9.7
Enumeration for the line's reference point adornment.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public enum CogLineAdornmentConstants
Members

  Member nameValueDescription
None0Show no adornment on the line.
ArrowAtReferencePoint1Show an open arrow head pointing in the direction of the line at the reference point on the line.
SolidArrowAtReferencePoint2Show a solid (filled) arrow head pointing in the direction of the line at the reference point on the line.
ArrowInDisplay3Show an open arrow head pointing in the direction of the line at the centerpoint of the portion of the line in the display.
SolidArrowInDisplay4Show 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