CogLineMaxCurrentRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of data that can be included in the CurrentRecord.

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

[FlagsAttribute]
public enum CogLineMaxCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
Region2 Include the interactive region in the CurrentRecord.
InputImageMask4 Include the input image mask in the CurrentRecord.
ExpectedLineNormal8 Include the expected line normal in the CurrentRecord. This interactive graphic is used to configure the ExpectedLineNormal property. In addition to rotating, this graphic is scalable and translatable to enable precise alignment of the normal angle relative to an edge in the input image.
All-1 Include all possible records in the CurrentRecord.
See Also