CogFixtureNPointToNPointLastRunRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogFixtureNPointToNPointLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
OutputImage1Include the output image in the LastRunRecord.
All-1Include all non-diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogFixtureNPointToNPoint Tool generates when you call CreateLastRunRecord .

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

See Also