Cog3DVisionDataStitchLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of the non-diagnostic data that can be provided in the tool's LasRunRecord.

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

[FlagsAttribute]
public enum Cog3DVisionDataStitchLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any of the non-diagnostic data in the LastRunRecord.
OutputRangeImage1 Create a subrecord that references the output range image.
OutputGreyImage2 Create a subrecord that references the output grey image.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the Cog3DVisionDataStitchTool generates when you call CreateLastRunRecord .
See Also