CogFitLineLastRunRecordDiagConstants EnumerationCognex VisionPro 9.8
Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogFitLineLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0
InputImageByReference1Include a reference to the graphics image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the graphics image in the LastRunRecord.
All-1
Remarks

Use these constants with LastRunRecordDiagEnable to specify the diagnostic 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