CogPMRedLineResultGraphicConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of data used for creating result graphics.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogPMRedLineResultGraphicConstants
Members

  Member nameValueDescription
None0 Draw no result graphics.
MatchRegion1 Draw the match region for this result.
Origin2 Draw a cross at the result's location.
CoordinateAxes4 Draw the pattern origin coordinate axes.
TipText8 Turn on tip text for result graphics.
MatchInfo16 Draw the match info result graphics.
All-1 Draw all result graphics.
See Also