LineMaxLastRunRecordConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration of result data that can be included in the LastRunRecord.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
Syntax

[FlagsAttribute]
public enum LineMaxLastRunRecordConstants
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.

All4294967295

Include all of the non-diagnostic data in the LastRunRecord.

See Also