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

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 87.0.0.0
Syntax

[FlagsAttribute]
public enum CogTrevistaLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any non-diagnostic data in the LastRunRecord.
OutputGreyscaleImage1 If available, include the output GreyscaleImage in the LastRunRecord.
OutputDepthImage2 If available, include the output DepthImage in the LastRunRecord.
OutputContourImage4 If available, include the output ContourImage in the LastRunRecord.
OutputShapeHorizontalImage8 If available, include the output ShapeHorizontalImage in the LastRunRecord.
OutputShapeVerticalImage16 If available, include the output ShapeVerticalImage in the LastRunRecord.
OutputShadingImage132 If available, include the output ShadingImage1 in the LastRunRecord.
OutputShadingImage264 If available, include the output ShadingImage2 in the LastRunRecord.
OutputShadingImage3128 If available, include the output ShadingImage3 in the LastRunRecord.
OutputShadingImage4256 If available, include the output ShadingImage4 in the LastRunRecord.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
See Also