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

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

[FlagsAttribute]
public enum CogSurfaceFXLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any diagnostic data in the LastRunRecord.
InputImages1 Include the input images in the diagnostic data in the LastRunRecord.
GridAlignedRegion2 Include the grid aligned region in the diagnostic data in the LastRunRecord.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also