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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogFitLineResultGraphicConstants
Members

  Member nameValueDescription
TipText1Add tooltip text to each graphic drawn.
UsedPoints2Draw the points used in the fitting operation as green point markers.
IgnoredPoints4Draw the points ignored in the fitting operation as red point markers.
Line8Draw the shape that was fit through the supplied points.
All-1Draw all the result graphics.
Remarks

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

See Also