CogLineMaxLastRunRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of result data that can be included in the LastRunRecord.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogLineMaxLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any of the non-diagnostic data in the LastRunRecord.
FoundLines1 Include the found lines in the LastRunRecord.
FoundLineSegments2 Include the found line segments in the LastRunRecord.
Inliers4 Include the inlier edge points in the LastRunRecord.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
See Also