LineMaxResultGraphicConstants EnumerationCognex VisionPro 9.23

Enumeration of flags used for creating LineMax result graphics.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

[FlagsAttribute]
public enum LineMaxResultGraphicConstants
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