LineAdornmentConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration for the line's reference point adornment.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public enum LineAdornmentConstants
Members

  Member nameValueDescription
None0

Show no adornment on the line.

ArrowAtReferencePoint1

Show an open arrow head pointing in the direction of the line at the reference point on the line.

SolidArrowAtReferencePoint2

Show a solid (filled) arrow head pointing in the direction of the line at the reference point on the line.

ArrowInDisplay3

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.

SolidArrowInDisplay4

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