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

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

[FlagsAttribute]
public enum CogCaliperLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not create records for any images or any graphics.
InputImageByReference1Include a reference to the input image in the LastRunRecord. You must set this bit, if you set any last run graphics bits.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord. You must set this bit, if you set any last run graphics bits.
Region16Generate a record containing the Region.
TransformedRegionPixels32Generate a record containing the pixels within the Region.
All-1Create records for all images and all graphics.
Remarks

Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogCaliper Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also