CogCreateGraphicLabelLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogCreateGraphicLabelLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy2Include a deep copy of the input image in the LastRunRecord.
OutputGraphicLabel4Include the output graphic label in the LastRunRecord.
All-1
See Also