CogIDResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogIDResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
Bounds2Draw the bounding four-sided polygon of the found symbol.
Center4Draw the center of the found symbol.
All-1Draw all result graphics.
See Also