CogSearchMaxResultGraphicConstants EnumerationCognex VisionPro
Enumeration of data used for creating result graphics.

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

[FlagsAttribute]
public enum CogSearchMaxResultGraphicConstants
Members

  Member nameValueDescription
None0 Draw no result graphics.
Origin1 Draw a cross at the result's location.
BoundingBox2 Draw a bounding box around the result representing the matched region.
TipText4 Turn on tip text for result graphics.
MatchRegion8 Draw the match region for this result.
CoordinateAxes16 Draw the pattern origin coordinate axes.
All-1 Draw all result graphics.
See Also