CogCaliperResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics for CreateResultGraphics().

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

[FlagsAttribute]
public enum CogCaliperResultGraphicConstants
Members

  Member nameValueDescription
TipText1Add tooltip text to each result.
Edges2Draw the found edge(s) as line segment(s). The length of the edge(s) is determined by the region's Y Axis length. Two edges are drawn when in edge pair mode.
All-1Draw all the result graphics.
Remarks

Constants used to specify desired result graphics.

See Also