CogUserToolLastRunRecordConstants EnumerationCognex VisionPro
Enumerates options data that can be included in the tool's LastRunRecord.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

[FlagsAttribute]
public enum CogUserToolLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include the LastRunRecords of this tool's contained sub-tools.
CompositeSubToolRecords1 Include the LastRunRecords of this tool's contained sub-tools.
CompositeSubToolSharedGraphics2 Share the graphics between image records of this tool's LastRunRecord
See Also