CogDLRuntimeLastRunRecordDiagConstants EnumerationCognex VisionPro 9.25 SR1
Enumeration of diagnostic data that can be provided in the tool's LastRunRecord.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

[FlagsAttribute]
public enum CogDLRuntimeLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the diagnostic data in the tool's LastRunRecord.
InputImageByReference1 Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4 Include a deep copy of the input image in the LastRunRecord.
RedDiags8 Include diagnostic records for every red tool in the stream.
RedDiagsWithHeatMap16 Include diagnostic records, including heat maps, for every red tool in the stream.
GreenDiags32 Include diagnostic records for every green tool in the stream.
BlueDiags64 Include diagnostic records for every blue tool in the stream.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also