CogFitLineLastRunRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogFitLineLastRunRecordConstants
Members

  Member nameValueDescription
None0
UsedPoints1Include a point marker for each point used in the fitting in the LastRunRecord.
IgnoredPoints2Include a point marker for each point ignored in the fitting in the LastRunRecord.
Line4Include the fitted shape in the LastRunRecord.
All-1
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogFitLine Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also