CogFindLineLastRunRecordDiagConstants EnumerationCognex VisionPro 9.7
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: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogFindLineLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord.
ExpectedLineSegment16Include a clone of the expected LineSegment in the LastRunRecord.
TransformedRegionPixels32Include an image in each caliper region record which contains the transformed pixels from within its caliper region.
All-1
Remarks

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

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

See Also