SmartLineResultGraphicConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration of flags used for creating SmartLine result graphics.

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

[FlagsAttribute]
public enum SmartLineResultGraphicConstants
Members

  Member nameValueDescription
None0

Draw no result graphics.

FoundLine1

Draw the line for this result.

FoundLineSegment2

Draw the line segment for this result.

Inliers4

Draw the inliers for this result.

TipText8

Turn on tip text for result graphics.

All4294967295

Draw all result graphics.

See Also