CogLineMaxResultGraphicConstants EnumerationCognex VisionPro
Enumeration of flags used for creating CogLineMax result graphics.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogLineMaxResultGraphicConstants
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.
All-1 Draw all result graphics.
See Also